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

Use Custom REST Controller for endpoints #18

Open
obstschale opened this issue Jul 26, 2017 · 0 comments
Open

Use Custom REST Controller for endpoints #18

obstschale opened this issue Jul 26, 2017 · 0 comments
Assignees
Milestone

Comments

@obstschale
Copy link
Owner

obstschale commented Jul 26, 2017

namespace = bookmark-manager/v1

/bookmarks

VERB Endpoint Description
GET /bookmarks get all public bookmarks
GET /bookmarks/{id} get bookmark with ID = {id}
POST /bookmarks create new bookmark
PUT|POST /bookmarks/{id} edit bookmark with ID = {id}
DELETE /bookmarks/{id} delete bookmark with ID = {id}

/tags

VERB Endpoint Description
GET /tags get all tags
GET /tags/{id} get tag with ID = {id}
POST /tags create new tag
PUT|POST /tags/{id} edit tag with ID = {id}
DELETE /tags/{id} delete tag with ID = {id}

Resources

@obstschale obstschale self-assigned this Jul 26, 2017
@obstschale obstschale added this to the v0.2 milestone Jul 26, 2017
@obstschale obstschale modified the milestones: v0.3.0, v0.2.0 Sep 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant