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
- Host: GitHub
- URL: https://github.com/datocms/js-datocms-client
- Owner: datocms
- License: mit
- Archived: true
- Created: 2016-06-01T12:48:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T13:47:09.000Z (over 3 years ago)
- Last Synced: 2024-04-14T10:15:34.907Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://www.datocms.com
- Size: 46.7 MB
- Stars: 72
- Watchers: 9
- Forks: 37
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-headless-cms - DatoCMS JS client
README
# DatoCMS JS Client ⛔️ DEPRECATED ⛔️
[](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).