-
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
REST Application #31
base: development
Are you sure you want to change the base?
REST Application #31
Conversation
REST API using WSME Extension has been added using blueprints. Currently mounted at `/rest`. /rest -> gives a dict keyed by available modules keys are list of functions available within modules
It looks like you are ignoring CI results here. Please fix them |
@copyninja: balasankarc's commits on spellchecker and indicstemmer should fix the issues. It's already been brought up to be due to rreplace -> setupfiles breaking upstream. |
OK I will reschedule the build. |
Rebuild still fails but it looks like some dependency issue from spellchecker.
@jerinphilip @balasankarc can you guys have a look collectively and sort this out?. |
@jerinphilip You probably have to fix requirements-modules.txt to point to new egg names. Like
etc. Also, isn't the libindic repo the latest one? Not Project-SILPA. |
@balasankarc: Project-SILPA -> libindic is a rename. Not an archive. The link points to libindic. |
Ok, then make necessary changes in requirements.txt. :) |
Oh, the egg names. Thanks. Is the change a result of the new namespace hierarchy? |
I've requested a rebuild hope everything works fine now. |
Can you look into this? It'll be easier if you put the correct eggs. Thanks. |
@jerinphilip Check the PR I made against your fork (Since it was a small change, I am made it against your fork and not the libindic one). Once you pull it in, it should show up here also. |
Fix egg names
Guys take a deep breath and sort the new error :-).. Please don't ping pong on the error. |
@copyninja :) . Sure. |
@jerinphilip @balasankarc Looks like you guys still didn't fix this. Please have a look and correct it soon |
@copyninja Yeah. We are discussing about it and hopefully will fix it soon. I don't have much knowledge about WSME and am still getting my basics right. I just relocated to a new place and was busy with all the shifting. Also, I haven't got any decent internet connectivity setup. I hope to get it all right by end of this week. |
REST API using WSME Extension has been added using blueprints.
Currently mounted at
/rest
./rest -> gives a dict keyed by available modules
keys are list of functions available within modules