This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Description
Add client api work into various OGC resources for:
- status
- execute
- deploy
- info
- jobs
Note, there are differences between the OGC Processes API and WPS. Mainly the "jobs" endpoint is no longer /processes/{process-id}/jobs. There is only a "/jobs" endpoint, and at some point it should be parameterized to accept a variety of parameters (e.g. process_id, status) to enable some filtering on the results.
We can do this filtering on the client side, but that seems pretty gross and not needed right now, but either the filtering on the backend or front end will be needed at some point.