Skip to content

Axosoft/OnTimeAPIExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axosoft API Example

This repository contains three example applications that use the Axosoft RESTful API. One is the "Defects Explorer", a C# Windows application allowing you to view, delete and add defects, as well as add attachments. The second is the "API Explorer", an MVC web application that allows you to make arbitrary Axosoft API calls and shows verbatim JSON responses. And the third is the "Console App", a simple console application that shows how to make several different API calls using the AxosoftAPI.NET library.

All three examples are in a Visual Studio 2012 solution with the following projects:

  • WinApp - the Defects Explorer example
  • WebApp - the API Explorer example
  • ConsoleApp - the Console App example

Download

You can either Download a ZIP file of this repository or clone the repository using git.

Running the Examples

Follow the instructions on the API documentation site to obtain a Client ID and Client Secret. You will need to enter these along with your Axosoft account URL in the projects' App.config or Web.config files.

If you'd rather not work with your live Axosoft data while experimenting with the API, you can sign up for a trial account on http://www.axosoft.com/.

License

Copyright 2018 Axosoft, LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages