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

REST interface #66

Closed
goodmami opened this issue Mar 29, 2016 · 0 comments
Closed

REST interface #66

goodmami opened this issue Mar 29, 2016 · 0 comments
Milestone

Comments

@goodmami
Copy link
Member

Possibly include a REST interface (e.g. delphin.interfaces.rest) for parser output (including derivations, MRS, etc.).

See here: http://moin.delph-in.net/ErgApi

Also see this discussion: http://lists.delph-in.net/archives/developers/2016/002271.html

If a server (e.g. Bottle) is required, then maybe this should be a separate module from pyDelphin. If it does belong, however, then the results from delphin.interfaces.ace should probably use this API (at least the Python side of it).

The EDS output would depend on #25.


Edit: pyDelphin can provide a REST client, which formats the request, sends it to a server, receives the response, and interprets the values of the response, but it's probably out-of-scope to provide a REST server as well. The client thus requires codecs for some other formats (e.g. the JSON formats; see #68), but it's not expected to interpret all (e.g. the LaTeX formats).

@goodmami goodmami mentioned this issue Apr 4, 2016
4 tasks
@goodmami goodmami modified the milestone: v0.5.0 Apr 15, 2016
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