You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,31 +25,35 @@ Check out the [change log](CHANGELOG.md), [releases](https://github.com/GitLabPH
25
25
26
26
This version supports [PHP](https://php.net) 7.1-7.4. To get started, simply require the project using [Composer](https://getcomposer.org). You will also need to install packages that "provide" [`psr/http-client-implementation`](https://packagist.org/providers/psr/http-client-implementation) and [`psr/http-factory-implementation`](https://packagist.org/providers/psr/http-factory-implementation).
You can also use the library in an object oriented manner:
99
100
@@ -117,7 +118,7 @@ $issue = $project->createIssue('This does not work.', [
117
118
$issue->close();
118
119
```
119
120
120
-
## HTTP Client Builder
121
+
###HTTP Client Builder
121
122
122
123
By providing a `Gitlab\HttpClient\Builder` to the `Gitlab\Client` constructor, you can customize the HTTP client. For example, to customize the user agent:
0 commit comments