gitlabhq/lib/api
Sebastian Ziebell 1b97a2eee8 API: fixes return codes, documentation updated with status codes, tests added
The users API updated with return codes, e.g. if required parameters are missing
a `400 Bad Request` error is returned instead of `404`. Fixes return codes of functions,
e.g. deletion of a ssh key is an idempotent function now.
The API documentation is updated to reflect the current status of the API. Descriptions
are more detailed and complete, infos to return values are added to all functions.
2013-02-20 12:23:56 +01:00
..
entities.rb Code deduplication using inheritance for GroupDetail 2013-02-03 19:38:33 +01:00
groups.rb Fix groups api: differ between users and admin 2013-02-01 15:00:12 +01:00
helpers.rb API: extracted helper method to provide 400 bad request error with description 2013-02-13 15:48:52 +01:00
internal.rb deploy keys support for gitlab-shell api 2013-02-07 09:56:13 +02:00
issues.rb Fixed missing current user for issue observer 2013-01-02 20:25:25 +02:00
merge_requests.rb API: extracted helper method to provide 400 bad request error with description 2013-02-13 15:48:52 +01:00
milestones.rb API: extracted helper method to provide 400 bad request error with description 2013-02-13 15:48:52 +01:00
notes.rb API: extracted helper method to provide 400 bad request error with description 2013-02-13 15:48:52 +01:00
projects.rb API: tests that check status codes for project branches and hooks 2013-02-14 16:55:33 +01:00
session.rb API: return 401 for invalid session 2012-09-20 08:38:08 -07:00
users.rb API: fixes return codes, documentation updated with status codes, tests added 2013-02-20 12:23:56 +01:00