Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwolla/dwolla-openapi
An OpenAPI specification for the Dwolla API. https://developers.dwolla.com
https://github.com/dwolla/dwolla-openapi
Last synced: about 10 hours ago
JSON representation
An OpenAPI specification for the Dwolla API. https://developers.dwolla.com
- Host: GitHub
- URL: https://github.com/dwolla/dwolla-openapi
- Owner: Dwolla
- License: mit
- Created: 2019-12-31T18:20:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T16:06:09.000Z (11 months ago)
- Last Synced: 2024-04-15T00:16:58.276Z (7 months ago)
- Size: 197 KB
- Stars: 2
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dwolla-openapi
An OpenAPI specification for the Dwolla API. https://developers.dwolla.com
## Mock Server With Prism
Dwolla uses this OpenAPI spec to spin up a local mock server and test request and responses. Dwolla
uses [Prism](https://stoplight.io/open-source/prism) from [Stoplight](https://stoplight.io/) to spin
up the mock server.Follow these steps to spin up your own Dwolla mock server with Prism:
- [Install Prism](https://meta.stoplight.io/docs/prism/ZG9jOjky-installation) on your local machine
- Clone this repository and `cd` into it from a terminal session
- Run `prism mock specs/spec.yml` in terminal