https://github.com/holidayextras/partner-api-docs
Holiday Extras Partner API Docs.
https://github.com/holidayextras/partner-api-docs
documentation
Last synced: 12 months ago
JSON representation
Holiday Extras Partner API Docs.
- Host: GitHub
- URL: https://github.com/holidayextras/partner-api-docs
- Owner: holidayextras
- License: mit
- Created: 2016-09-15T20:09:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-03T07:39:50.000Z (12 months ago)
- Last Synced: 2025-07-03T08:35:35.940Z (12 months ago)
- Topics: documentation
- Language: JavaScript
- Homepage: http://docs.holidayextras.co.uk/
- Size: 6.78 MB
- Stars: 1
- Watchers: 82
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/security/index.html
Awesome Lists containing this project
README
# Holiday Extras Partner API Documentation
## Overview
Documentation to give to partners who would like to integrate with our API.
## Contributing
### Installation
Setting up ruby (only need to be done once per machine):
curl -sSL https://get.rvm.io | bash -s stable
rvm install "ruby-3.2.0" --with-openssl-dir=$(brew --prefix openssl@1.1)
gem install bundler
Then finally
bundle install
### Running locally
rake start
Then open [http://127.0.0.1:4000/](http://127.0.0.1:4000/).
### Testing
rake
## Deployment
Merges to master will automatically deploy changes via CI (currently running on github actions).
Please do not modify the `docs` directory as this will be overwritten by the CI process.