1.1.10 • Published 1 year ago

yeti-client v1.1.10

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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.9

1 year ago

1.1.8

1 year ago

1.1.10

1 year ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

3 years ago

1.1.1

3 years ago