yoho-strapi-sdk-js
v2.3.5
Published
📦 Javascript SDK for your Strapi API
Downloads
14
Maintainers
Readme
Strapi SDK JS/TS
Thanks this SDK you can trigger your Strapi API in your Javascript/Typescript project.
🚀 Features
- Strapi v4 supports
- RESTful methods
- Simplified request responses
- Formatted error handling
If you are using Strapi v3, check out here the documentation of the SDK
v1
⚙️ Contributing
- Clone the repository
- Move on
develop
branch - You will need to install dependencies thanks
npm install
oryarn install
- To start development you can use
yarn start
in order to enable build watch oryarn build
- After you finished your change be sure to open a PR against
develop
branch