An open API service indexing awesome lists of open source software.

https://github.com/datocms/js-datocms-client

NodeJS/Browser client for DatoCMS
https://github.com/datocms/js-datocms-client

Last synced: about 1 year ago
JSON representation

NodeJS/Browser client for DatoCMS

Awesome Lists containing this project

README

          

# DatoCMS JS Client ⛔️ DEPRECATED ⛔️
[![Build Status](https://travis-ci.org/datocms/js-datocms-client.svg?branch=master)](https://travis-ci.org/datocms/js-datocms-client)

We released a new [REST JS client](https://github.com/datocms/js-rest-api-clients). You can read the documentation, [here](https://www.datocms.com/docs/content-management-api/using-the-nodejs-clients).

API client and CLI tool for [DatoCMS](https://www.datocms.com). Take a look at the full [API documentation](https://www.datocms.com/docs/content-management-api) for examples.









## Development

After checking out the repo, run `npm install` to install dependencies. Then, run `npm run test` to run the tests.

Test suite's HTTP interactions are recorded/replayed from the `./cassettes` directory to get fast, deterministic and accurate tests. Simply delete every file within the directory to record new HTTP requests/responses.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/datocms/js-datocms-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The package is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).