Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefellows/api-management-evaluation
API Management Evaluation - Test API
https://github.com/mefellows/api-management-evaluation
Last synced: about 2 months ago
JSON representation
API Management Evaluation - Test API
- Host: GitHub
- URL: https://github.com/mefellows/api-management-evaluation
- Owner: mefellows
- Created: 2014-09-23T05:46:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T05:51:50.000Z (about 10 years ago)
- Last Synced: 2024-10-11T22:55:32.252Z (2 months ago)
- Language: Scala
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Management Test Project
This project contains a very simple CRUD API for use in evaluating a number of API Management Tools
## Setup
```scala
git clone
heroku addons:remove heroku-postgresql:dius-api-management
heroku addons:add mongohq
heroku config:set "DATABASE_URL=$(heroku config:get MONGOHQ_URL)"
```## Testing APIs
Open the [Postman](https://www.getpostman.com/) json REST API [settings](postman.json) file and call the various CRUD operations.
Environment files have been setup to allow simple testing across the various API Management Tools.
### Local Setup
Run SBT and start the embedded Jetty container:
```
sbt
> container:start
```### Remote
The app has been deployed to Heroku at `apiman.onegeek.com.au` and will be proxied by the various API Management Providers using the convention `.apiman.onegeek.com.au`.
* apigee.apiman.onegeek.com.au
* layer7.apiman.onegeek.com.au
* mashery.apiman.onegeek.com.au
* axway.apiman.onegeek.com.au