frangeris / use-requests

Type-Safe HTTP client hook (react) to handle requests based on native fetch api with some magic under the hood ✨.
MIT License
1 stars 0 forks source link

Add option for debug requests #28

Open frangeris opened 14 hours ago

frangeris commented 14 hours ago

Add support for debug mode?

await endpoint.debug().get<Game[]>();