Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-api-client
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-api-client
Merge requests
!2
Feature/log context
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/log context
feature/log-context
into
master
Overview
0
Commits
3
Pipelines
1
Changes
4
Merged
Krzysztof Dyszczyk
requested to merge
feature/log-context
into
master
6 years ago
Overview
0
Commits
3
Pipelines
1
Changes
4
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ddcc242a
3 commits,
6 years ago
4 files
+
15
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/Client/ApiClientOptions.php
+
5
−
0
Options
@@ -29,4 +29,9 @@ interface ApiClientOptions extends HttpClientOptions, SerializerOptions
*/
public
function
isCachedClient
();
/**
* @return string
*/
public
function
getApiClientClass
();
}
\ No newline at end of file
Loading