add direct link to PockBuilder and PockResponseBuilder to the readme

This commit is contained in:
Pavel 2021-05-15 21:46:21 +03:00 committed by GitHub
parent 70eef2abfa
commit b0f0c48815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,9 @@
Easy to use HTTP mocking solution, compatible with PSR-18 and HTTPlug.
Project is still in its early development stage. API can change over time, but I'll try to not introduce breaking changes.
You can find autogenerated documentation [here](https://neur0toxine.github.io/pock/) or look at the examples.
You can find autogenerated documentation [here](https://neur0toxine.github.io/pock/) or look at the examples. API for the mock building can be found
[here](https://neur0toxine.github.io/pock/classes/Pock-PockBuilder.html) and API for the response building (returned from `PockBuilder::reply` call)
can be found [here](https://neur0toxine.github.io/pock/classes/Pock-PockResponseBuilder.html).
# Examples