Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tombenke/rest-tool
https://github.com/tombenke/rest-tool
cli-utilities javascript rest rest-api rest-api-documentation rest-api-test tools
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tombenke/rest-tool
- Owner: tombenke
- License: mit
- Created: 2014-02-07T18:09:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T07:57:44.000Z (almost 6 years ago)
- Last Synced: 2024-11-30T20:37:46.140Z (2 months ago)
- Topics: cli-utilities, javascript, rest, rest-api, rest-api-documentation, rest-api-test, tools
- Language: CSS
- Size: 1.15 MB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About
[![Join the chat at https://gitter.im/tombenke/rest-tool](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tombenke/rest-tool?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
The 'rest-tool' is simple Node.js module to document, emulate and test RESTful APIs.
[![NPM](https://nodei.co/npm-dl/rest-tool.png?months=12)](https://nodei.co/npm/rest-tool/)
The main purpose of using 'rest-tool' is to create and maintain a well-defined REST API specification, which provides a solid basis for implementing, mocking and quality assure the RESTful interface.
This specification can handle as a contract among the communicating agents either they are servers or clients.
To learn more about the tool visit the [homepage](http://tombenke.github.io/rest-tool/) of the project, or directly [Get Started](http://tombenke.github.io/rest-tool/docs/getStarted.html) with it.