-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
#1899: INSPIRE Pre-defined ATOM feeds #1900
#1899: INSPIRE Pre-defined ATOM feeds #1900
Conversation
As commented in #1899: Minimum setup to test the PR:
Make a call to: |
* @return | ||
* @throws Exception | ||
*/ | ||
@RequestMapping(value = "/{uiLang}/atom.predefined.dataset") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to add these new services in the API and not as old Jeeves path way - that gave them more visibility in the API doc - but maybe it is not relevant ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good topic. These services are conformant to an "external standard", and are not an internal GN API. What's the policy that has been followed for the CSW? If CSW service is in the API, then also this endpoint should.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a point to discuss in Bolsena (adding it to the agenda). Will you join ?
As discussed with @pvgenuchten I did some tests with this implementation of INSPIRE local ATOM feeds. Test resource Test result @etj could you please check whether there are any issues with the test resource I made or confirm that there are still some improvements to be done to get the OpenSearch description working? |
Based on the work of @fgravin (https://github.com/fgravin/core-geonetwork/tree/atomFeed)