The MDBitz – Project Laboratory

I’ve been using my coding blog MDBitz – Development Resources for a while now to post various articles on programming in general. However as the site has evolved I found it very hard to keep track of all the different projects and code utilities that I posted in an effort to help other developers and visitors.

Therefore let me introduce the MDBitz – Project Laboratory here you will find the different projects I am working on including the Harvest API Wrapper LibraryHaPi and the Yahoo Finance API Wrapper LibraryYFaPi.

HaPi Library Version 1.1.0 released : supports new updated_since options

Today we have released Version 1.1.0 of the HaPi Library. This enhancement release of the library enables support for the new updated_since option that was added for Clients, Projects, Contacts, and Invoices. The full details of the Harvest API changes can be found on the Harvest Forum Announcement.

For HaPi users this change means that you can now pass in a DateTime object or String representation of a time and date of the format “YYYY-MM-DD HH:MM” to the Harvest_Invoice_Filter object and the following functions:

  • getClients
  • getContacts
  • getProjects

In addition to the updated_since enhancement the HaPi library default settings for SSL security has … Continue Reading

HaPi Bug Fix Version 1.0.1 released

Many thanks to John Vitelli for identifying a bug in version 1.0 of the HaPi library. The underlying typo caused the assignUserToProject method to fail with a 404 error. This issue has since been resolved and version 1.0.1 is now available which corrects the typo allowing for the method to function as expected.

Version 1.0.1 can be download by visiting the HaPi Downloads Page.