Thanks this SDK you can trigger your Strapi API in your Javascript/Typescript project.
- Strapi v5 supports
- RESTful methods
- Simplified request responses
- Formatted error handling
If you are using Strapi v3, check out here the documentation of the SDK
v1
- Clone the repository
- Move on developbranch
- You will need to install dependencies thanks npm installoryarn install
- To start development you can use yarn startin order to enable build watch oryarn build
- After you finished your change be sure to open a PR against developbranch
