-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Implement REST-full API #349
Comments
I have a question, for documentation and personal usage purposes. The wiki displays a login method and all the other methods require authentication yet the restapi.coffee doesn't contain that method. My question is, how does one do authentication with the rest api? |
Login is implemented by the REST lib https://github.com/kahmali/meteor-restivus/#logging-in |
@rodrigok Yeah should have commented on here, but we found out I was using GET instead of POST and that's why I was getting the error. |
Allow opening of file:// urls
Add an initial implementation - to be fully extended in later releases.
The text was updated successfully, but these errors were encountered: