-
Notifications
You must be signed in to change notification settings - Fork 0
URL Shortener API
Robert Durfee edited this page Sep 26, 2020
·
6 revisions
REST API for simple URL shortening.
(The REST API code can be found here.)
The URL Shortener API is provided by this service. It is recommended to use the provided web interface at durf.ee. If your application needs to call this service using your own libraries, you should use the following information when making the API requests.
The service endpoint is the base URL that specifies the network address of the API service. This service has the following endpoint and all URIs are relative to this service endpoint:
https://api.urls.durfee.io
REST Resource: urls
| Methods | |
|---|---|
get |
GET /urls/{resourceId} Returns the specified URL resource. |
insert |
POST /urls Creates a URL resource using the data included in the request. |