-
Notifications
You must be signed in to change notification settings - Fork 19
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 API #16
Comments
so, for Silpa-Flask REST API's we need to write all silpa modules as flask views and using Flask-RESTful , we can convert output in to json, is that a right approach? |
Since we already have a module structure and everything in place, I think Regards, http://blog.thecodecracker.com so, for Silpa-Flask REST API's we need to write all silpa modules as flask Reply to this email directly or view it on |
What is the current status on this? If nobody is working, I would like to work on this. Please respond. |
I think work is partially done by @balasankarc or @jerinphilip . You can work on this if you are interested. @jerinphilip @balasankarc Please provide what is done and what is pending status. |
@aashay201297 In the current situation, this requires namespacing of modules to be completed, which is only partially done. I'll check which all modules are completed and update (or you can check the modules' and see if namespacing is implemented). @jerinphilip may comment on how to proceed after that, as he did the initial work on REST API last year. |
@balasankarc i will try to find out about the implemented namespacing but it would be good if you or @jerinphilip can give more details as you have already worked on this issue. Thanks |
We should have a REST (or REST like) api for the ease of API usage in other languages. Existing JSON-RPC, need to be present to allow backward compatibility.
I propose an API similar to what twitter has
Sample API calls:
Generic:
The text was updated successfully, but these errors were encountered: