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

Additional brainstorming about REST functionality that needs to be created #7

Merged
merged 7 commits into from Apr 13, 2017

Conversation

terrywbrady
Copy link
Contributor

I am submitting this PR to generate additional conversation about features that need to be implemented.

endpoints.md Outdated
@@ -12,4 +12,42 @@
* /api/core/sites

## Proposed Endpoints
* /api/discover
* /api/discover/(dso)?(sort)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/api/discover/search

  • to provide access the the discovery search. The supported parameters could be:
  • profile (similar to the current location parameter but more general so that we can provide different configuration for the repository, for a community, etc.)
  • facet (values to apply, to exclude, etc.)
  • query (the generic query string to apply)
  • sort (the sort conditions)

/api/discover/browse

  • to provide access to the browse system. it should return the list of available browse indexes. On a specific browse indexes /api/discover/browse/ the supported parameters could be:
  • sort
  • filter value (on metadata browse)

endpoints.md Outdated
* /api/user/eperson
* /api/user/epersongroup
* /api/authorize/(dso)
* /api/submit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure. Item should be created with a POST to the /core/item endpoint.
We need to decide if we want an endpoint also for workspaceitem and workflowitem or if we want to support the workflow as a status of the item to update to trigger a workflow advance

@terrywbrady
Copy link
Contributor Author

@abollini , I integrated your comments into this PR

@abollini
Copy link
Member

It will be difficult to continue the conversation over all the endpoints introduced in this PR in a single thread. I propose to merge these changes in the contract as they are now and open specific issue/PR for each single endpoint that we like to expand, discuss further

@abollini abollini merged commit 1dbce9b into master Apr 13, 2017
@tdonohue tdonohue deleted the brainstorm-tb branch April 13, 2017 15:44
tdonohue pushed a commit that referenced this pull request Oct 15, 2019
Small changes to the external authority control
4science-it referenced this pull request in 4Science/Rest7Contract Jan 3, 2022
[DSC-109] Added brand new endpoint

Approved-by: Andrea Bollini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants