Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandregama/bookmark-service
Spring RESTful Application to bookmark some urls
https://github.com/alexandregama/bookmark-service
Last synced: 23 days ago
JSON representation
Spring RESTful Application to bookmark some urls
- Host: GitHub
- URL: https://github.com/alexandregama/bookmark-service
- Owner: alexandregama
- Created: 2015-12-31T13:42:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T13:14:31.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T10:52:47.304Z (8 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookmark Service
Spring RESTful Application to bookmark some urls### Status Codes that can be used here
- Status codes in the **100x range** (from 100-199) are **informational**, and describe the processing for the request.
- Status codes in the **200x range** (from 200-299) indicate the action requested by the client was received, understood, **accepted and processed successfully**
- Status codes in the **300x range** (from 300-399) indicate that the **client must take additional action** to complete the request, such as following a redirect
- Status codes in the **400x range** (from 400-499) is intended for cases in which the **client seems to have erred** and must correct the request before continuing. The aforementioned 404 is an example of this.
- Status codes in the **500x range** (from 500-599) is intended for cases where the **server failed** to fulfill an apparently valid request.