v2.3.0
What's Changed
- updated the spec based on the current online documentation by @xavierlacot in #22 This introduces:
- add support for
User.access_roles
as defined in https://help.getharvest.com/api-v2/users-api/users/users/#access-roles - remove the now non-working
User.is_admin
andUser.is_project_manager
booleans - add management of users assigned team mates, as defined in https://help.getharvest.com/api-v2/users-api/users/teammates/
- add the ability to retrieve message subject and body for specific invoices as defined in https://help.getharvest.com/api-v2/invoices-api/invoices/invoice-messages/#retrieve-invoice-message-subject-and-body-for-specific-invoice
- add support for
Full Changelog: v2.2.0...v2.3.0