Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
87a267d7
Commit
87a267d7
authored
8 years ago
by
Achilleas Pipinellis
Browse files
Options
Download
Email Patches
Plain Diff
Add a note that the API of `
https://gitlab.com`
cannot always be used
[ci skip]
parent
b69c2c11
Changes
47
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
doc/api/README.md
doc/api/README.md
+1
-1
doc/api/access_requests.md
doc/api/access_requests.md
+1
-1
doc/api/award_emoji.md
doc/api/award_emoji.md
+1
-1
doc/api/boards.md
doc/api/boards.md
+1
-1
doc/api/branches.md
doc/api/branches.md
+1
-1
doc/api/broadcast_messages.md
doc/api/broadcast_messages.md
+1
-1
doc/api/build_triggers.md
doc/api/build_triggers.md
+1
-1
doc/api/build_variables.md
doc/api/build_variables.md
+1
-1
doc/api/builds.md
doc/api/builds.md
+1
-1
doc/api/ci/README.md
doc/api/ci/README.md
+1
-1
doc/api/ci/builds.md
doc/api/ci/builds.md
+1
-1
doc/api/ci/lint.md
doc/api/ci/lint.md
+1
-1
doc/api/ci/runners.md
doc/api/ci/runners.md
+1
-1
doc/api/commits.md
doc/api/commits.md
+1
-1
doc/api/deploy_key_multiple_projects.md
doc/api/deploy_key_multiple_projects.md
+1
-1
doc/api/deploy_keys.md
doc/api/deploy_keys.md
+1
-1
doc/api/deployments.md
doc/api/deployments.md
+1
-1
doc/api/enviroments.md
doc/api/enviroments.md
+1
-1
doc/api/groups.md
doc/api/groups.md
+1
-1
doc/api/issues.md
doc/api/issues.md
+1
-1
No files found.
doc/api/README.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
Automate GitLab via a simple and powerful API. All definitions can be found
under
[
`/lib/api`
](
https://gitlab.com/gitlab-org/gitlab-ce/tree/master/lib/api
)
.
...
...
This diff is collapsed.
Click to expand it.
doc/api/access_requests.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
>Introduced in GitLab 8.11.
...
...
This diff is collapsed.
Click to expand it.
doc/api/award_emoji.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
>[Introduced][ce-4575] in GitLab 8.9, snippet support in 8.12.
...
...
This diff is collapsed.
Click to expand it.
doc/api/boards.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
Every API call to boards must be authenticated.
...
...
This diff is collapsed.
Click to expand it.
doc/api/branches.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
## List repository branches
...
...
This diff is collapsed.
Click to expand it.
doc/api/broadcast_messages.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
>Introduced in GitLab 8.12.
...
...
This diff is collapsed.
Click to expand it.
doc/api/build_triggers.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
You can read more about
[
triggering builds through the API
](
../ci/triggers/README.md
)
.
...
...
This diff is collapsed.
Click to expand it.
doc/api/build_variables.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
## List project variables
...
...
This diff is collapsed.
Click to expand it.
doc/api/builds.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
## List project builds
...
...
This diff is collapsed.
Click to expand it.
doc/api/ci/README.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
## Purpose
...
...
This diff is collapsed.
Click to expand it.
doc/api/ci/builds.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
API used by runners to receive and update builds.
...
...
This diff is collapsed.
Click to expand it.
doc/api/ci/lint.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
> [Introduced][ce-5953] in GitLab 8.12.
...
...
This diff is collapsed.
Click to expand it.
doc/api/ci/runners.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
API used by Runners to register and delete themselves.
...
...
This diff is collapsed.
Click to expand it.
doc/api/commits.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
## List repository commits
...
...
This diff is collapsed.
Click to expand it.
doc/api/deploy_key_multiple_projects.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
If you want to easily add the same deploy key to multiple projects in the same
group, this can be achieved quite easily with the API.
...
...
This diff is collapsed.
Click to expand it.
doc/api/deploy_keys.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
## List all deploy keys
...
...
This diff is collapsed.
Click to expand it.
doc/api/deployments.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
## List project deployments
...
...
This diff is collapsed.
Click to expand it.
doc/api/enviroments.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
## List environments
...
...
This diff is collapsed.
Click to expand it.
doc/api/groups.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
## List groups
...
...
This diff is collapsed.
Click to expand it.
doc/api/issues.md
View file @
87a267d7
...
...
@@ -3,7 +3,7 @@
>**Note:**
The
`https://gitlab.example.com`
URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
or in case of GitLab.com, use
`https://gitlab.com`
.
or in case of GitLab.com, use
`https://gitlab.com`
(where applicable)
.
Every API call to issues must be authenticated.
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
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