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
📚 Documentation
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
or yarn install
- To start development you can use
yarn start
in order to enable build watch or yarn build
- After you finished your change be sure to open a PR against
develop
branch
License
MIT License