summaryrefslogtreecommitdiff
path: root/doc/api/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Move get user by ID of an SSH key documentation to separate fileArtem V. Navrotskiy2015-09-031-0/+1
|
* Make sure webhooks are mentioned at the top level.Sytse Sijbrandij2015-07-081-1/+1
|
* Add docs and empty specs for applicaiton settings APIDmitriy Zaporozhets2015-07-061-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make namespace API available to all usersStan Hu2015-05-281-0/+1
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9328
* Add link to services api doc.Kevin Lyda2015-04-201-0/+1
|
* Improve the explanation and linking of the Oauth docs.Sytse Sijbrandij2015-02-181-1/+2
|
* Make all non-config/non-operational mentions of URL consistentlyEwan Edwards2015-01-301-2/+2
| | | | | | | | capitalized. Make the plural version consistently "URLs". Fix an instance where the article "the" before URL was missing.
* OAuth API documentation updateValery Sizov2015-01-121-0/+18
|
* link third applications to websiteJob van der Voort2014-10-231-9/+3
|
* Improve error reporting on users APIjubianchi2014-09-161-0/+50
| | | | | | | | * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects
* Consistency, spelling and grammarJames Brooks2014-08-151-4/+4
|
* Add, delete labels via APIRobert Schilling2014-08-131-0/+1
|
* Fix spelling errors in doc, closes #7437Robert Schilling2014-08-071-3/+3
| | | | Further changes
* Update docs to markdown style guide.Ciro Santilli2014-06-031-58/+50
|
* .NET client introduced to docsScooletz2014-05-171-0/+1
|
* Merge branch 'master' into 'master'Dmitriy Zaporozhets2014-05-081-0/+1
|\ | | | | | | Added Laravel API Wrapper
| * Added Laravel API WrapperAdam Engebretson2014-04-251-1/+2
| |
* | Make clear that notes also serve as comments.dosire2014-04-301-1/+1
| |
* | Added Node.js library linkManfred Touron2014-04-281-0/+1
|/
* Endpoints are for RPC interfaces, we have resources.dosire2014-04-151-1/+1
|
* Merge branch 'pagination-link-header-doc' into 'master'Dmitriy Zaporozhets2014-03-311-0/+4
|\ | | | | | | Pagination-link-header-doc
| * Add documentation for https://github.com/gitlabhq/gitlabhq/pull/5469dosire2014-03-311-0/+4
| |
* | Move branches API docs to separate fileDmitriy Zaporozhets2014-03-311-0/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Put important information at the top of the readme.dosire2014-03-271-27/+26
|
* Extract commits API to separate fileDmitriy Zaporozhets2014-02-181-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Complete api files CRUDDmitriy Zaporozhets2014-02-181-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Explain iid in APIDmitriy Zaporozhets2013-10-141-1/+18
|
* Removed user teams api docs.Marin Jankovski2013-10-021-1/+1
|
* API: admin users can sudo commands as other usersIzaak Alpert2013-09-091-0/+36
| | | | -Specifying a header of SUDO or adding a :sudo with either user id, or username of the user will set the current_user to be that user if your identifying private_token/PRIVATE_TOKEN is an administrator token
* add link on realisation api for java clientMegaDiablo2013-08-201-0/+1
|
* added python api wrapperItxaka Serrano2013-08-071-0/+1
|
* Adding links to the merge requests and group documentation.TJ Biddle2013-07-261-0/+1
|
* Update README.mdSean Zicari2013-07-171-12/+12
| | | Updated the relative links in ## Contents to point to the correct documents.
* Fix broken API links, fixes #4463Robert Schilling2013-07-071-12/+12
|
* Added client list to API docMatt Humphrey2013-07-061-0/+5
|
* Fix paths to the Contents Markdown pagesGreg Barendt2013-06-111-12/+12
|
* Fix api readme linksDmitriy Zaporozhets2013-06-061-2/+3
|
* Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq ↵Dmitriy Zaporozhets2013-05-271-0/+1
|\ | | | | | | | | | | | | into former03-feature_teams_api Conflicts: doc/api/README.md
| * [FEATURE] Basic user_teams apiChristian Simon2013-05-211-0/+1
| | | | | | | | | | * Closing #3066 * Closing #3609
* | remove branch dependencies where not necessaryBen Bodenmiller2013-05-271-10/+10
|/
* Added system hooks link to doc indexMatt Humphrey2013-03-081-0/+1
|
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-8/+5
|\ | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
* | API: documentation contains infos to status codes in README file.Sebastian Ziebell2013-03-071-0/+36
| | | | | | | | All the info to return codes from the API functions are available in the `README.md` file as suggested.
* | Merge branch 'feature/api-documentation-fixes' of ↵Sebastian Ziebell2013-02-271-1/+8
|\ \ | |/ |/| | | | | | | | | github.com:Xylakant/gitlabhq into fixes/api Conflicts: doc/api/projects.md
| * Added documentation for passing the token as headerFelix Gilcher2013-01-281-1/+8
| | | | | | | | | | | | The documentation was unclear about how to pass the api private token as header. Updated the doc to include the nessesary information bits and added an example using the curl command line client.
* | Add docs/tests for groups apiChristian Simon2013-02-011-0/+1
| |
* | remove incorrect information about the api versionFelix Gilcher2013-01-281-1/+1
|/ | | | | The API version is currently not equal to the gitlab major version number. Gitlab 4.1  still uses API version 3. Point to the lib/api.rb file instead which contains the autoritative information.
* Up API version to v3Riyad Preukschas2012-12-211-1/+1
|
* update contents of API READMENihad Abbasov2012-12-011-1/+2
|
* API: fix documentationValeriy Sizov2012-10-021-1/+1
|