1.8.0 • Published 6 years ago

datacache-request v1.8.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

datacache

Module provides indexing and access to datacache service functions

  1. Instantiate datacache-request object const DC = require('datacache-request');

  2. Get the api-key from market.mashape.com, search for Calendar by data-cache

  3. Create a calendar object using the api-key, thus obtained let calendar = new DC.Calendar("api key");

  4. Call the api functions for the Calendar object, using the function call calendar.exec(endpoint, data);

where endpoint is one of the endpoints from the documentation - reserve, free, merge, check and; data is the input schema, as per the documentation

1.8.0

6 years ago

1.7.6

6 years ago

1.7.5

6 years ago

1.7.4

6 years ago

1.7.3

6 years ago

1.7.2

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.2.4

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago