GithubHelp home page GithubHelp logo

kcowgill / tcjson Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cread/tcjson

1.0 2.0 0.0 451 KB

Server Side Plugin for TeamCity that allows JSON and JSONP ala Hudson

Shell 0.82% Java 99.18%

tcjson's Introduction

Description

tcjson is a Server Side Plugin to add JSON and JSONP support to TeamCity. It is built to emulate the Hudson JSON API.

Built and tested with TeamCity 5.x. TeamCity 6.x supported too.

Installation

To install, simply copy the tcjson-[version].zip file to your ~/.BuildServer/plugins directory and restart your server.

Usage

Here are some sample HTTP requests.

To see all active builds:

GET /app/json/api/json

To see all active builds for a given project:

GET /app/json/<projectId>/api/json

To see all active builds for a list of projects:

GET /app/json/<projectId1>/<projectId2>/<projectId3>/api/json

Authentication is controlled via the global TeamCity settings. By default it will redirect you to the login page. If you'd like to see a propper 401 response code then simply add /httpAuth/ to the front of the URL.

tcjson's People

Contributors

cread avatar kcowgill avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.