CaptivateClient class

Constructors

CaptivateClient.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authenticate({required String username, required String apiToken}) Future<UserPayload?>
createEpisode(String authToken, Episode episode) Future<void>
getEpisode(String authToken, String episodeId) Future<EpisodePayload?>
getShow(String authToken, String showId) Future<ShowPayload?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateEpisode(String authToken, String episodeId, Episode updatedEpisode) Future<void>
uploadMedia({required String authToken, required String showId, required File mediaFile}) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited