-
Notifications
You must be signed in to change notification settings - Fork 56
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
API Information #82
Comments
+1 |
1.x is a wrapper for the sails.io client and as noted in the read me you can refer to the sails socket documention for the API. That documentation at least indicates what methods are available. 1.x wraps it so that you don't have to do all of the 2.x is a implementation of angular's Yeah, angular-sails should have it's own documentation rather than just referring to others in the readme... |
Thanks Evan, I'll bare that in mind. If I find some time I'll submit a pull request with some more detailed updated docs. |
I am trying to use $sails.get and was wondering where the API was documented.
I want to pass some information in the request.
The text was updated successfully, but these errors were encountered: