From b0f0c48815d761b8bfd054481fd2a7314f7edd3a Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sat, 15 May 2021 21:46:21 +0300 Subject: [PATCH] add direct link to `PockBuilder` and `PockResponseBuilder` to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22dba27..11af9b8 100644 --- a/README.md +++ b/README.md @@ -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