mirror of
https://github.com/Neur0toxine/pock.git
synced 2024-11-28 15:56:09 +03:00
add direct link to PockBuilder
and PockResponseBuilder
to the readme
This commit is contained in:
parent
70eef2abfa
commit
b0f0c48815
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user