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

Add support for API definition (like Open API 3.0) when accessing OGC API Features clients #170

Closed
navispatial opened this issue Mar 17, 2023 · 2 comments
Labels
🌎 geodata Related to the code package "geodata" enhancement New feature or request

Comments

@navispatial
Copy link
Member

OGC API Features - Part 1 : Core describes support for API definitions.

The spec does not require Open API 3.x specification, but it's highly recommended to be provided by services.

So the client for OGC API Features should also support reading capabilities from Open API 3.x spec.

OGC API Features defines requirements (conformance) classes:
http://www.opengis.net/spec/ogcapi-features-1/1.0/req/oas30 => Servers conforming to this requirements class define their API by an OpenAPI Document

@navispatial navispatial added enhancement New feature or request 🌎 geodata Related to the code package "geodata" labels Mar 17, 2023
@navispatial
Copy link
Member Author

Tools in Dart to handle Open API documents:

OpenAPITools:

Devappliance.com

Conduit

  • larger framework: conduit
    • modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services.
  • as a part of the framework: conduit_open_api
    • Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications.

@navispatial
Copy link
Member Author

API definition is now accessible (as a parsed JSON Object tree).

Implemented in pre-release 0.12.0-dev.0 of geodata 0.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌎 geodata Related to the code package "geodata" enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant