prismicio-community / php-kit

Community maintained development kit for Prismic and the PHP language
https://prismic.io
Other
109 stars 83 forks source link

Add an Api Factory to make Api mocking easier #172

Closed ecourtial closed 2 years ago

ecourtial commented 3 years ago

This PR provides a basic ApiFactory to make mocking of the Api client easier.

In the long term this factory should contain all the logic currently found in Api::get().

ecourtial commented 3 years ago

@faresd Anything new on this one ?