BlueskyEx.Client.RequestUtils (bluesky_ex v0.1.5)

A module to namespace HTTP-related functions.

Link to this section Summary

Link to this section Types

@type headers() :: [{String.t(), String.t()}, ...]
@type method() :: :get | :post
Link to this type

request_opts()

@type request_opts() :: [
  body: String.t() | nil,
  session: BlueskyEx.Client.Session.t() | nil
]

Link to this section Functions

Link to this function

make_request(uri, opts \\ [])