View Source OpenAI.HttpClient (OpenAI API Wrapper v0.1.3)
Link to this section Summary
Link to this section Types
@type request_methods() :: :get | :post | :head | :patch | :delete | :options | :put | binary()
Link to this section Functions
@spec multipart_request( request_methods(), binary(), [{binary(), binary()}], Multipart.t(), keyword() ) :: {:ok, map()} | {:error, Error.t() | term()}