1.1.10 • Published 12 months ago

yeti-client v1.1.10

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

12 months ago

1.1.8

12 months ago

1.1.10

12 months ago

1.1.7

1 year 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

2 years ago

1.1.1

2 years ago