https://github.com/badboy/justrelax-api
https://github.com/badboy/justrelax-api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badboy/justrelax-api
- Owner: badboy
- Created: 2015-06-27T19:41:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T20:01:38.000Z (about 10 years ago)
- Last Synced: 2025-03-14T19:52:07.426Z (4 months ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Base
`/booking/holiday?[parameters]`
## Required Parameters
* `from`: YYYY-MM-DD
* `to`: YYYY-MM-DD
* `location`: some city name or similar## Optional parameters
* `roomtype`: One of `[single, double, family]`
* `family` not implemented yet
* `max_price`: Maximum allowed price in €
* `category`: One of `[shit, best, (empty)]`
* `like`: One of `[shit, best, (empty)]`## Return values
```json
{
"results": [{
"name": "",
"price": ,
"link": ,
"city": "",
"image": ""
}]
}
```