1.1.7 • Published 4 months ago

yeti-client v1.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

React Core - Integration with Yeti-CMS

A NodeJS library to fetch data from Yetic-CMS.

Example Usgae

const fetchData = require('yeti-client');

fetchData(process.env.GATEWAY_URL, process.env.GATEWAY_TOKEN)
    .then(res = > {
        //your logic to handle data
    })
    .catch(err => {
        console.log(err);    
    });
1.1.7

4 months ago

1.1.6

6 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago