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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
ccdf7a32
Commit
ccdf7a32
authored
Apr 25, 2014
by
Adam Engebretson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Laravel API Wrapper
parent
800aacef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/api/README.md
doc/api/README.md
+2
-1
No files found.
doc/api/README.md
View file @
ccdf7a32
...
...
@@ -21,6 +21,7 @@
## Clients
+
[
php-gitlab-api
](
https://github.com/m4tthumphrey/php-gitlab-api
)
- PHP
+
[
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
...
...
@@ -147,4 +148,4 @@ Issue
*
iid - is uniq only in scope of single project. When you browse issues or merge requests with Web UI - you see iid.
So if you want to get issue with api you use
`http://host/api/v3/.../issues/:id.json`
But when you want to create a link to web page - use
`http:://host/project/issues/:iid.json`
But when you want to create a link to web page - use
`http:://host/project/issues/:iid.json`
\ No newline at end of file
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