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 2 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T16:06:09.000Z (over 1 year ago)
- Last Synced: 2025-02-15T23:45:20.425Z (4 months ago)
- Size: 197 KB
- Stars: 3
- 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