We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
post/2
opts
Currently we have to type something like:
{:ok, body} = OpenAiClient.post("/v1/threads", [])
I want to just type:
{:ok, body} = OpenAiClient.post("/v1/threads")
Req allows you to do this so it would be nice to have that option here as well.
Req
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we have to type something like:
I want to just type:
Req
allows you to do this so it would be nice to have that option here as well.The text was updated successfully, but these errors were encountered: