YourImageShare.UploadResult (YourImageShare v1.0.0)

Copy Markdown View Source

Response shape for a successful upload - same fields as every other official SDK.

Summary

Types

t()

@type t() :: %YourImageShare.UploadResult{
  direct: String.t(),
  expires_at: String.t() | nil,
  id: String.t(),
  path: String.t(),
  src: String.t(),
  type: String.t()
}