-
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
Sync to master #29
Sync to master #29
Conversation
Setup Travis and add necessary PEP8 conformance tests
* Update sample doc and adapt tests. * Replace readonly and writeonly with readable and writeable. * Add 'returnsHeader', 'expectsHeader' and 'manages'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @vddesai1871 is the hydra_doc_sample.py here working with hydrus? We have the drone API under this name in hydrus and the Agent, here we have the Pet Store one, which I wasn't able to make it work previously.
Wanted to have the Drone API in this repo so we maintain it aligned with the spec as the main doc since we're using it a lot in the Agent and hydrus.
I hadn't run it in a while but on getting your comment I tried it and it is working fine for me except for one extra forward slash
Yeah, it makes sense. It would be better to use drone vocab at all places from |
Merging #29 |
Yeah, I agree it's better to have it in hydra-flock-vocab. Thanks for the correction in the Pet example, I'll continue the discussion at HTTP-APIs/hydra-flock-vocab#1. |
No description provided.