-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Charles Leon edited this page Mar 25, 2019
·
6 revisions
Welcome to the Hotel Hopper API wiki! Here you will find detailed documentation of all the available API endpoints including what parameters and responses will look like. If you see anything missing from the documentation or want to make a correction just open an issue and we'll take care of it.
- Endpoint
- Description
* Params: {
<Param Name>: <Type> | <Required> | <Constraints>... //Comment
Sample: String | Required | Min: 8 characters
...
}
* Return: {
error: <Bool>
message: String
... //Rest of the return values depend on the api
}