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

Add hydra OpenAPI description #750

Merged
merged 20 commits into from May 11, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -84,6 +84,10 @@ $ configurePhase # NOTE: not ./configure
$ make
```

### JSON API

You can also interface with Hydra through a JSON API. The API is defined in [hydra.yaml](./hydra.yaml) and you can test and explore it on the [API Page](http://www.tpflug.me/api.html)

## Additional Resources

- [Hydra User's Guide](https://nixos.org/hydra/manual/)
Expand Down