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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -427,6 +427,11 @@ If you register your own service provider and use package auto discover, don't f
427
427
```
428
428
429
429
430
+
## Advanced usage
431
+
432
+
If you don't like to use the supplied repository or clients, you can also parse a 'raw' `\Psr\Http\Message\ResponseInterface` or a simple json string using the `Parsers\ResponseParser` or `Parser\DocumentParser` respectively.
433
+
434
+
430
435
## Change log
431
436
432
437
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
0 commit comments