Add API endpoint to get a server by external ID

This commit is contained in:
Dane Everitt 2018-02-24 14:09:09 -06:00
parent a1e704d3a7
commit fb1b2406b5
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 82 additions and 0 deletions

View file

@ -14,6 +14,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* Adds ability to include egg variables on an API request.
* Added `external_id` column to servers that allows for easier linking with external services such as WHMCS.
* Added back the sidebar when viewing servers that allows for quick-switching to a different server.
* Added API endpoint to get a server by external ID.
## v0.7.1 (Derelict Dermodactylus)
### Fixed