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

Ability to send queryParams in Post #4

Closed
mgonto opened this issue Apr 12, 2013 · 1 comment
Closed

Ability to send queryParams in Post #4

mgonto opened this issue Apr 12, 2013 · 1 comment

Comments

@mgonto
Copy link
Owner

mgonto commented Apr 12, 2013

Add the ability to send queryParams in Post as it's possible now in get, put, delete

@mgonto
Copy link
Owner Author

mgonto commented Apr 12, 2013

Post now accepts params:

// POST /accounts/123/buildings?query=param
firstAccount.put('buildings', myBuilding, {query: 'param'})

@mgonto mgonto closed this as completed Apr 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant