Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dma-python-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT Services
dma-python-client
Merge requests
!17
Update version of mock DMA API server for tests to 1.4.16
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update version of mock DMA API server for tests to 1.4.16
update_mock_server
into
master
Overview
0
Commits
2
Pipelines
2
Changes
2
Merged
William Murphy
requested to merge
update_mock_server
into
master
2 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 1
79c7baa9
2 years ago
master (base)
and
latest version
latest version
6a09a958
2 commits,
2 years ago
version 1
79c7baa9
1 commit,
2 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
1
−
1
Options
@@ -46,7 +46,7 @@ client.authenticate(username, password) # USER Scope
# You can also specify a scope if you do not wish to use the default `USER` scope
# client.authenticate(username, password, 'SCOPE')
# Instead of authenticate you c
e
n set directly authentication token
# Instead of authenticate you c
a
n set directly authentication token
client
.
set_auth_token
(
"
auth_token
"
)
# You can also pass config file with auth tokens
Loading