Skip to content

dragon737/OnTimeAPIExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnTime API Example

This repository contains two example applications that use the OnTime RESTful API. One is "Defects Explorer", a C# Windows application allowing you to view, delete and add defects, as well as add attachments. The other is "API Explorer", an MVC web application that allows you to make arbitrary OnTime API calls and shows verbatim JSON responses.

Both examples are in a Visual Studio 2010 solution with the following projects:

  • WinApp - the Defects Explorer example
  • WebApp - the API Explorer example
  • OnTime - shared code used to communicate with the API

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 OnTime account URL in the projects' App.config or Web.config files.

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

License

Copyright 2012 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

 
 
 

Contributors

Languages

  • C# 99.3%
  • Other 0.7%