-
Notifications
You must be signed in to change notification settings - Fork 0
Home
abalone23 edited this page Oct 3, 2018
·
10 revisions
RESTku offers mock RESTful web services available at restku.com. Various authentication methods, delays, rate limits, paging, token, expirations, errors and more can be assigned to the web services in order to develop, test and support actual web services more easily.
- Introduction
- REST Authentication Methods
- Static (Key)
- Dynamic (Token)
- Retrieval POST
- Submission GET
- Examples