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

Adding extras to android runtime #738

Merged
merged 15 commits into from
Nov 8, 2022
Merged

Conversation

manoellribeiro
Copy link
Contributor

I made something similar to what we already had on the browser-runtime, that is the possibility to send an map called extras in every request, but in the android-runtime the difference is that we have two concepts of "extras":

  • globalExtra: This one will be passed to every request and should be passed in the constructor of the client.
  • requestExtra: This one can be passed in just one request if the user wants to do so and should be passed as parameter in the request method.

danielpsantiago
danielpsantiago previously approved these changes Nov 2, 2022
@dgadelha dgadelha merged commit ff152a1 into sdkgen:master Nov 8, 2022
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.

None yet

4 participants