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

rest endpoint named get #129

Open
rbonthond opened this issue Jun 16, 2016 · 0 comments
Open

rest endpoint named get #129

rbonthond opened this issue Jun 16, 2016 · 0 comments

Comments

@rbonthond
Copy link

I'm working with a 3rd party REST api that has "get" as a rest endpoint: "/api/v1/groups/get/$identifier". Doesn't seem like I can do api.groups.get(identifier).get() as it probably translates the first get as call, not the rest endpoint.

Traceback (most recent call last):
    self.api.group.get(identifier).get()
TypeError: get() takes 1 positional argument but 2 were given
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

No branches or pull requests

1 participant