Google Code Issue Tracker API for .Net 1.1

License: Free ‎File size: 1.42 MB
‎Users Rating: 4.5/5 - ‎2 ‎votes

Google Code Issue Tracker API for .Net is the .Net API for Google Code Issue Tracking service. This library is a fully open source and written in C#. This library is also Mono compliant, i.e. you can use it on Windows, Linux, Mac OS as well. This project is not supported by Google. In the official Google Code .Net API there is no support for Issue Tracker service. That is why this project was born. The Google Code Issue Tracker client library for .Net will allow .Net application to view/update issues in the Google Code Project Hosting service. Using this library any .Net client application can do the following things: 1. Get all the issues from a project. 2. Submit a new issue to a project. 3. Get all comments associated with a project. 4. Create a new comment on a issue. 5. Asynchronous counter-part of all the methods. The code is written in pure C# 3.0 but the library is compliant with .Net 2.0 or Mono. This distribution comes with the following 1. Binary dlls (Mono Compatible) 2. Elaborate MSDN like Documentations with Example. 3. Full C# source code. This distribution is copyrighted under Apache License, Version 2.0. Copyright (c) 2009-2010 Anindya Chatterjee. All rights reserved.

VERSION HISTORY

  • Version 1.1 posted on 2010-02-02
    1. Asynchronous interface has been added. 2. Some bugs fixed.

Program Details

EULA

Copyright(c) 2009-2010 Anindya Chatterjee. All rights reserved. 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.