Created
March 21, 2018 20:07
-
-
Save gregblake/47e0999e05d5de5e5af412e7405bc5bb to your computer and use it in GitHub Desktop.
V3 Connect Endpoints
This file contains hidden or 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
| Verb Endpoint Rails Controller Action | |
| GET /api/v3/connect/state(.:format) api/v3/connect/state#index {:format=>"json"} | |
| GET /api/v3/connect/bookmarks(.:format) api/v3/connect/bookmarks#index {:format=>"json"} | |
| POST /api/v3/connect/bookmarks(.:format) api/v3/connect/bookmarks#create {:format=>"json"} | |
| DELETE /api/v3/connect/bookmarks/:id(.:format) api/v3/connect/bookmarks#destroy {:format=>"json"} | |
| PUT|PATCH /api/v3/connect/bookmarks(.:format) api/v3/connect/bookmarks#update {:format=>"json"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment