Open-EO / openeo-api

The openEO API specification
http://api.openeo.org
Apache License 2.0
91 stars 11 forks source link

Canonical source for openapi.json/yaml spec #451

Closed LukeWeidenwalker closed 2 years ago

LukeWeidenwalker commented 2 years ago

@m-mohr I was wondering which URL is the canonical source to download the openapi.json/yaml spec for a specific version of the api programmatically?

I've come across the following possibilities, but neither seemed quite right:

Sorry if this is obvious or already documented somewhere - in that case I'd appreciate some directions - thanks!

m-mohr commented 2 years ago

We usually use https://raw.githubusercontent.com/Open-EO/openeo-api/1.1.0/openapi.yaml with 1.1.0 being replaced by the version number (1.0.0 and later).