Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement /process_graphs/:id endpoint (addresses #20 point 4)
Compliant to openEO API v0.4.2. The Hub now supports `GET /process_graphs`, `POST /process_graphs`, and `GET /process_graphs/{process_graph_id}`. The Hub does not support any authentication, i.e. *everybody* can submit process graphs and *everybody* can access them. (That's also the reason why the PATCH and DELETE endpoints are not supported, i.e. why point 5 of #20 is not yet addressed.)
- Loading branch information