dart_strapi 1.2.0 dart_strapi: ^1.2.0 copied to clipboard
http client for strapi, you can access your models by name or the custom ones using the http client.
CHANGELOG #
1.2.0 #
- use
id
instead_id
due to it's not used on postgres
1.1.0 #
- rename
delete
toremove
- add http methods get, post, put, delete, patch
- Add local auth methods register, login, forgotPassword, resetPassword, sendEmailConfirmation, me
1.0.0 #
- API rewrite
- !! Compatibility break
0.0.3 #
- Add httpClient access for custom endpoints
0.0.2 #
- Remove only singleton
- Add Strapi.newClient()
- Add token
- Add querys for find
0.0.1 #
- Initial version