0.1.0 ā€¢ Published 4 years ago

tdmnco-request v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Request.js NPM Version

What is Request.js?

Request.js is a simple request tool for web applications.

It is used internally at Tidemann&Co for all our web applications that require request-response handling in JavaScript.

ā†‘ Back to top

Installation

Installation is done via npm:

$ npm install tdmnco-request

ā†‘ Back to top

Documentation

Using Request.js is a breeze. Consider these lines of code:

import Request from 'tdmnco-request'

Request.get({ url: '/users/1' }).then((payload) => {
  // Houston, we have a payload!
})

Getting Help

We believe in an open and welcoming community for all. Please post your questions in the Issues section here at GitHub or contact Kasper Tidemann directly at kt@tdmn.co.

Note that if your question has general relevance, it might be worth sharing with others.


Thanks for reading!

šŸŽ

0.1.0

4 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago