Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyVoetman authored Mar 20, 2020
1 parent d12d5f6 commit 999c418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Every project in Gitlab has its own Project ID. It can be found at to top of the
This will be the URL where you host your gitlab server (e.g. https://gitlab.com)

## Debugging
In some cases, the need arises to debug the Http Messeages returned by the Gitlab API. For this need, the adaptor has a built-in `debug mode`. When this mode is enabled, it will tell the adaptor to prevent catching the `GuzzleHttp\Exception\GuzzleException`.
In some cases, the need arises to debug the Http Messeages returned by the Gitlab API. For this need, the adapter has a built-in `debug mode`. When this mode is enabled, it will tell the adapter to prevent catching the `GuzzleHttp\Exception\GuzzleException`.

To check for the current state of de adaptor the `isDebugEnabled` method can be called on the adapter.

Expand Down

0 comments on commit 999c418

Please sign in to comment.