FilesApi

io.github.quafadas.dairect.FilesApi
See theFilesApi companion trait
object FilesApi

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FilesApi.type

Members list

Type members

Classlikes

case class DeletedFile(id: String, `object`: String, deleted: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class File(id: String, `object`: String, bytes: Long, created_at: Long, filename: String, purpose: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FileListy(data: List[File], `object`: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(client: Client[IO], baseUrl: Uri): Resource[IO, FilesApi]
def defaultAuthLogToFile(logPath: Path, provided: Resource[IO, Client[IO]]): Resource[IO, FilesApi]

Givens

Givens

given derived$API: API[FilesApi]