View Source

With the [RESTful API|http://en.wikipedia.org/wiki/Representational_State_Transfer] introduced in QuickBuild 2.1, external system can interact with QuickBuild through standard http methods such as get, put, post and delete, in regardless of the programming language the external system is using.

This chapter explains how to work with this RESTful API. To facilitate the explanation, we assume that the QuickBuild server url is http://localhost:8810, and the administrator account is _admin_, and its password is _admin_. We also use [curl|http://curl.haxx.se/] to demonstrate the interaction with QuickBuild RESTful API.

{panel:title=Table Of Contents|borderStyle=solid|borderColor=#AAAAAA|titleBGColor=#CCCCCC|bgColor=#ffffff}

{children:all=true}
{panel}