Open-EO / Open-EO/openeo-python-driver

Support for version-less `/openeo/` root?

Open
#277 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
12
Forks
8
Avg merge
6d 3h
Merged PRs (30d)
4

Description

https://github.com/Open-EO/openeo-python-driver/blob/39dfaa415d42fb014bedc84a7a935cb817bca09d/openeo_driver/views.py#L241-L242

This version-less endpoint root /openeo/ is an undocumented unofficial endpoint. We probably had that in the beginning before the API was versioned, or the version discovery mechanism through /.well-known/openeo was settled on.

What to do with this?

  • make it "official" by listing it under /.well-known/openeo, where we can make explicit which version it assumes
  • remove it

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with views.py at lines 241-242 and inspect how the version-less /openeo/ endpoint is currently exposed. Then review the /.well-known/openeo discovery behavior and relevant API version handling. Done means the project has a decided and documented behavior for the endpoint, with tests covering that choice.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.