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

Update process graph (POST) requests to 1.0 API #129

Closed
8 tasks done
soxofaan opened this issue Apr 2, 2020 · 1 comment · Fixed by #131
Closed
8 tasks done

Update process graph (POST) requests to 1.0 API #129

soxofaan opened this issue Apr 2, 2020 · 1 comment · Fixed by #131

Comments

@soxofaan
Copy link
Member

soxofaan commented Apr 2, 2020

For batch jobs (/jobs), services (/services) and sync. processing (/result) the property process_graph got replaced by process. It contains a process graph and optionally all process metadata. #260

also see Open-EO/openeo-api#260

methods and paths that have to be addressed:

  • POST /result request
  • PUT /process_graphs/{process_graph_id} request
  • POST /services request
  • PATCH /services/{service_id} request
  • GET /services/{service_id} response
  • POST /jobs request
  • PATCH /jobs/{job_id} request
  • GET /jobs/{job_id} response
@soxofaan
Copy link
Member Author

soxofaan commented Apr 2, 2020

Some initial work has already be done by @bgoesswe in #128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant