You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2022. It is now read-only.
Hi,
I have just recently stumbled across this, and it's basically perfect for my website, and have a couple questions about library use-
First question: Some of my API is GET-based. I'm having a difficult time working out how to specify what HTTP method my client will use. Second question: Seeing as some of my API uses GET requests, I can't pass parameters, how do I prevent internal errors from occurring when I supply no parameters to my GET-based APIs?
Hi,
I have just recently stumbled across this, and it's basically perfect for my website, and have a couple questions about library use-
First question: Some of my API is GET-based. I'm having a difficult time working out how to specify what HTTP method my client will use.
Second question: Seeing as some of my API uses GET requests, I can't pass parameters, how do I prevent internal errors from occurring when I supply no parameters to my GET-based APIs?
Thanks!