Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: regenerate sdks #241

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

chore: regenerate sdks #241

wants to merge 6 commits into from

Conversation

ChiragAgg5k
Copy link
Member

@ChiragAgg5k ChiragAgg5k commented Feb 27, 2025

What does this PR do?

  1. refactor use tabs instead of spaces.
  2. add encoding of user agents in prepareRequest.
  3. changed type of response to string (breaking)

Test Plan

Related PRs and Issues

Have you read the Contributing Guidelines on issues?

Yes.

@@ -9,7 +9,7 @@ class AppwriteException implements Exception {
/// for more information.
final String? type;
final int? code;
final dynamic response;
final String? response;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking change because of this ^

response changed from dynamic to string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant