Skip to content

Commit

Permalink
Add note about parsers to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Jul 9, 2019
1 parent b038082 commit 9719ff9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,11 @@ If you register your own service provider and use package auto discover, don't f
```


## Advanced usage

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.


## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
Expand Down

0 comments on commit 9719ff9

Please sign in to comment.