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

API #13

Open
fxprunayre opened this issue Oct 15, 2020 · 2 comments
Open

API #13

fxprunayre opened this issue Oct 15, 2020 · 2 comments
Labels
question Further information is requested

Comments

@fxprunayre
Copy link
Member

We will have part of the API exposed by GN4 (https://apps.titellus.net/geonetwork/doc/api/) and part of the API in microservices. How do we combined the 2? Is it needed?

Currently we are using swagger to build the openapi doc.

OGC API Records (https://github.com/geonetwork/geonetwork-microservices/tree/main/modules/services/ogc-api-records) will also provide an openapi doc that we are using to build the server code

@fxprunayre fxprunayre added the question Further information is requested label Oct 15, 2020
@pvgenuchten
Copy link

pvgenuchten commented Feb 12, 2021

Over time methods of /geonetwork/doc/api/ will be migrated to dedicated microservices. Some methods may actually move from /geonetwork/doc/api/ to /ogcapi, even if they are not mandated by the standard, but are more logical in that context, for example the list-domain (codelist/thesauri) methods.

Methods related to harvesting management and user/group management are probably the first to be migrated to a dedicated micro service.

So we'll have a landscape of microservices, each having their open-api-document. The UI (or documentation) is probably a good place to contain a list of all open-api-documents in a typical geonetwork setup.

A question I have is if we shouldn't create individual projects for ogcapi, harvest-microservice, user/group management?

@fxprunayre
Copy link
Member Author

A question I have is if we shouldn't create individual projects for ogcapi, harvest-microservice, user/group management?

You mean one github repo ? If you need a new service, just add it in https://github.com/geonetwork/geonetwork-microservices/tree/main/modules/services

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

No branches or pull requests

2 participants