-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
GeoNetwork API #1592
Merged
Merged
GeoNetwork API #1592
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JeevesAccessDeniedHandler can now return a response with only the HTTP Forbidden 403 code and a JSON object with the error instead of showing the _errorPage if it is set. This is done for the URLs matching the Ant pattern set in the property onlyStatusResponsePages.
…ng_security_(check|logout).
…rder. It looks like performance are slightly better probably because the XML doc to create the form is a bit smaller (it only includes what the editor needs and only labels for the schema of the current metadata).
…ss by using GET method. POST will save.
…ean up status code and messages.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Create a complete set of services used by the Angular application and automatically documented using Swagger.
CFV 27 June 2016
The API
Documentation is available from the footer and link to:
The API guideline is available here: https://docs.google.com/document/d/1pj6D-hTPFtBDo3drcBF0tUqOVGnzu68VaAgHaMjWTZM/edit?usp=sharing
The old services
For the coming release 3.2.x, the old Jeeves services (mainly XML services) are still available but will be removed in the next major release 4.x.
Some minor improvements
Coming work planned for 3.2.0
This proposal cover most of the Angular application requirements. The following items are also planned in the coming weeks.
Future works
The API does not cover the following part of the application for the time being:
In the short term, the following admin services may be migrated:
In the long run, version 4.0.0 could cover the following:
Related discussion