Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.15 KB

mock-external-integration

A mock API for integrating with Motiva. This repository is deployed to https://motiva-mock.herokuapp.com.

API doc | One-pager integration doc

Usage

Deployment

This repository is linked to our CI platform for continuous integration and deployment. The latest master commit that passes is deployed to Heroku automatically.

Some environment variables and a YAML file pointing to the gateway paths will need to be set. See Configuration section.

Configuration

A environment variable is used to specify the gateway host.

  • GATEWAY_HOST, host of the gateway server that this app will be using, e.g. https://api.example.com

A separate endpoints.yml file is used to configure the relative endpoints to the gateway.

Local Development

$ lein ring server

Contact

Paul Lam, [email protected]

License

Copyright © 2017 Motiva

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.