Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

v2.0.0

Choose a tag to compare

@simplyspoke simplyspoke released this 09 Apr 04:45
· 98 commits to master since this release
95f3726

2.0.0 (2018-04-09)

Bug Fixes

  • Corrected Test: Cleaned up some broken unit tests and removed some unessicary logs. (7078729)
  • Parse Json: Updated the client to parse the json data returned. (0834b1a)

Code Refactoring

  • Started New Client: Added in some coverage tool started to scaffold out the client and wor (de8ed13)

Features

  • Clients API: Added the prliminary class for the clients api and endpoints. (536771a)
  • Company Endpoint: Added the compant endpoint and the first get call (5b700ba)
  • Contacts API: Added the priliminary class for the Contacts API (b91f660)
  • Estimate Item Categories API: Added the base class fore the Estimate Item Categories api (b290e58)
  • Estimates API: Added a base class to provide for the estimates api. (3bdece2)
  • Expense API: Added the base class for the expense api and preformed some cleanup. (70fdc4b)
  • Expense API: Added the priliminary class for the expense API (c630d46)
  • Invoice and Estimate Messages API: Added classes wot facilitate the invoices and estimate mess (5f3a276)
  • Invoice Item Categories API: Added the priliminary class for the Invoice Item Categories API (02fe192)
  • Invoice Payments API: Added a class to handle invoice payments api. (4c18a87)
  • Invoices API: Added the base clase and types for the invoices api (6dd2e4e)
  • Project User Assignments API: Added the base class fo the Project User Assignments API (cd26e71)
  • ProjectAssignmentsAPI: Added a base class for the ProjectAssignmentsAPI (e8915ae)
  • Projects API: Added the base class for the projects api. (f878499)
  • Roles API: First pass at the roles endpoint. (6ed34cc)
  • Task AssignmentAPI: Added a classfor the task assignment endpoints. (e203b4f)
  • Tasks API: Added the base class for the tasks api. (6175415)
  • TimeEntriesAPI: Added a class for time entries. (7c32706)
  • Users API: Added a class to support the initial version of the Users endpoints (1cc2848)

BREAKING CHANGES

  • Started New Client: Project not stable