Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtwebman/restdiff
https://github.com/jtwebman/restdiff
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jtwebman/restdiff
- Owner: jtwebman
- License: mit
- Created: 2016-11-17T00:58:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T19:06:10.000Z (almost 8 years ago)
- Last Synced: 2024-09-16T04:55:28.538Z (about 2 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rest API Diff tool
This command line tool takes a file with defined requests and calls them on two
urls to compare the difference. You can use it to automate your integration tests
before something goes to production.It will work with any REST API that returns JSON. It can even handle authentication.
Still being worked on, not ready for full production.