We are providing two example applications to help you get started with developing your own apps. The examples are hosted on GitHub. It includes:
a C# Windows application allowing you to view, delete and add defects, as well as add attachments.
an MVC web application that allows you to make arbitrary Axosoft API calls and shows verbatim JSON responses.
API Webinar Sample Code: This project was shown in the AxosoftAPI Webinar given on January 31, 2013. The WebApp project included is a simplified form of the original WebApp project that is on GitHub above. This example creates a worklog tied to a defectID, but first verifies that the defect exists.