datacache-request
v1.8.0
Published
Module provides indexing and access to datacache service functions
Downloads
9
Maintainers
Readme
datacache
Module provides indexing and access to datacache service functions
Instantiate datacache-request object const DC = require('datacache-request');
Get the api-key from market.mashape.com, search for Calendar by data-cache
Create a calendar object using the api-key, thus obtained let calendar = new DC.Calendar("api key");
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