fastret

1.1.1 • Public • Published

fastret

Build Status Github Repo Size LICENSE NPM Downloads NPM Version Contributors Commit

Fastret helps you to test your REST api quickly, just by passing api details as json

Give us a if you like our work ❤️

Install

$ npm install fastret --save

Usage

const fastRet = require('fastret');

const GET_API = {
  'url': 'https://jsonplaceholder.typicode.com/todos/1',
  'headers': {},
  'body': {},
  'method': 'GET',
  'skip_keys': ['title'],
  'response': {
    'userId': 1,
    'id': 1,
    'title': 'delectus aut aute',
    'completed': false
  }
};

const isPassed = await fastRet(GET_API);
// Output -> true

Contributing

Interested in contributing to this project? You can log any issues or suggestion related to this library here

Read our contributing guide on getting started with contributing to the codebase

Contributors

Thank you to all the contributors who have helped us in making this project better 🙌

Libraries

List of libraries using fastret

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    1
  • 1.1.0
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i fastret

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

8.65 kB

Total Files

10

Last publish

Collaborators

  • arshadkazmi42