-
Notifications
You must be signed in to change notification settings - Fork 63
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
How to handle Api Endpoint dynamically changes #63
Comments
Yo can call it like an item like so: YourAPIClient().rooms[room_id].members.get() check the code here: Line 78 in 4f33627
|
@marcoslhc |
Doesn't work for me.
|
@gene1wood Solved. Assumed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
How agithub handle the endpoint which is dynamically changed as example below:
api.com/rooms/{room_id}/members
the
room_id
is a parameter which is dynamically changed.Thank you
The text was updated successfully, but these errors were encountered: