Releases: arucard21/SimplyRESTful-client-ts
Update published documentation for TypeScript client
This version has no changes in the code and is only for updating the documentation published to the NPM registry. This documentation is the same as the README for the TypeScript client in this repo.
Improved error logging for TypeScript client
The TypeScript client now logs the status code and response body when an error occurs. This information is necessary for troubleshooting any problems when using the client. This release also fixes a small bug that occurs when the API has no resources in its collection.
Bugfix for APIs that have a base path in TypeScript client
There was a problem with how the paths were joined when discovering the API's functionality. This caused APIs on a non-root path to fail. This has now been fixed and these APIs should work correctly now.
Initial release for TypeScript client library
The TypeScript client library can be used to access any API implemented with the SimplyRESTful framework. It only requires adding a type definition for the resources provided by the API.