0.9.0 • Published 8 years ago

api-rxjs v0.9.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

api-rxjs

Typescript I created to handle API request commonly used by me in dealing with APIs. Handles things like rate limiting.

Table of Contents

Install

Install using npm:

npm install api-rxjs -save

Basics

It is recommended that you import the API class and extend it. The code below makes a class that make a fake API call to http://jsonplaceholder.typicode.com/. Node package is can be found at https://github.com/mzelmanovich/api-rxjs-sample.

ToDo:

  • Handle other HTTP methods beside get requests