Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
30eaf484
Commit
30eaf484
authored
Oct 23, 2014
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'apps-on-website' into 'master'
Apps on website See merge request !1210
parents
c6efa56e
67047929
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
17 deletions
+5
-17
README.md
README.md
+2
-8
doc/api/README.md
doc/api/README.md
+3
-9
No files found.
README.md
View file @
30eaf484
...
@@ -55,14 +55,8 @@ Since a manual installation is a lot of work and error prone we strongly recomme
...
@@ -55,14 +55,8 @@ Since a manual installation is a lot of work and error prone we strongly recomme
## Third-party applications
## Third-party applications
Access GitLab from multiple platforms with applications below.
There are a lot of applications and API wrappers for GitLab.
These applications are maintained by contributors, GitLab B.V. does not offer support for them.
Find them
[
on our website
](
https://about.gitlab.com/applications/
)
.
-
[
iPhone app
](
http://gitlabcontrol.com/
)
-
[
Android app
](
https://play.google.com/store/apps/details?id=com.bd.gitlab&hl=en
)
-
[
Chrome app
](
https://chrome.google.com/webstore/detail/chrome-gitlab-notifier/eageapgbnjicdjjihgclpclilenjbobi
)
-
[
Command line client
](
https://github.com/drewblessing/gitlab-cli
)
-
[
Ruby API wrapper
](
https://github.com/NARKOZ/gitlab
)
### New versions
### New versions
...
...
doc/api/README.md
View file @
30eaf484
...
@@ -21,13 +21,7 @@
...
@@ -21,13 +21,7 @@
## Clients
## Clients
-
[
php-gitlab-api
](
https://github.com/m4tthumphrey/php-gitlab-api
)
- PHP
Find API Clients for GitLab
[
on our website
](
https://about.gitlab.com/applications/#api-clients
)
.
-
[
Laravel API Wrapper for GitLab CE
](
https://github.com/adamgoose/gitlab
)
- PHP /
[
Laravel
](
http://laravel.com
)
-
[
Ruby Wrapper
](
https://github.com/NARKOZ/gitlab
)
- Ruby
-
[
python-gitlab
](
https://github.com/Itxaka/python-gitlab
)
- Python
-
[
java-gitlab-api
](
https://github.com/timols/java-gitlab-api
)
- Java
-
[
node-gitlab
](
https://github.com/moul/node-gitlab
)
- Node.js
-
[
NGitLab
](
https://github.com/Scooletz/NGitLab
)
- .NET
## Introduction
## Introduction
...
@@ -158,7 +152,7 @@ When an attribute is missing, you will get something like:
...
@@ -158,7 +152,7 @@ When an attribute is missing, you will get something like:
HTTP/1.1 400 Bad Request
HTTP/1.1 400 Bad Request
Content-Type: application/json
Content-Type: application/json
{
{
"message":"400 (Bad request) \"title\" not given"
"message":"400 (Bad request) \"title\" not given"
}
}
...
@@ -167,7 +161,7 @@ When a validation error occurs, error messages will be different. They will hold
...
@@ -167,7 +161,7 @@ When a validation error occurs, error messages will be different. They will hold
HTTP/1.1 400 Bad Request
HTTP/1.1 400 Bad Request
Content-Type: application/json
Content-Type: application/json
{
{
"message": {
"message": {
"bio": [
"bio": [
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment