Example Applications

We are providing two example applications to help you get started with developing your own apps. The examples are hosted on GitHub. It includes:

  • Defects (Legacy) Explorer

    a C# Windows application allowing you to view, delete and add defects, as well as add attachments.

  • API Explorer

    an MVC web application that allows you to make arbitrary Axosoft API calls and shows verbatim JSON responses.

More Examples

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.