- Require
AddTagRequest
- Add new requests:
- List all tags
- Get details about one tag
- Update bundler and dependencies
- Add new requests:
- Upload activestorage attachment
- List the collections for the company of the current user
- Fetch the details for the given collection id
- List the items assigned to the collection id
- Fetch the details for the given item id from the given collection id
- Add tags to a job
- Create a collection item
- Create a link between 2 collection items
- Fix handling of 404 HTTP status.
- Update error handling for more clarity.
- Add new requests:
- Cancel job
- Get job document
- List users
- Upload image
- Add methods and utilities to get and set data in the response.
- Allow to set the authentication token on the client skipping login step.
- Replace KazeClient::CompaniesRequest (/api/companies) with KazeClient::PartnersRequest (/api/partners).
- Upgrade rubocop.
- Rename the gem to KazeClient to follow the rebranding of LastBill to Kaze.
- Initial release.
- Requests to:
- login,
- fetch data about logged in user,
- fetch and close jobs.