TransloaditRequest class

Transloadit tailored HTTP Request object.

Constructors

TransloaditRequest(TransloaditClient transloadit)

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
Request headers to be used globally.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transloadit TransloaditClient
An instance of the Transloadit class.
getter/setter pair

Methods

httpDelete({required String service, required String assemblyPath, Map<String, dynamic>? params}) Future<TransloaditResponse>
Makes a HTTP DELETE request.
httpGet({required String service, required String assemblyPath, Map<String, dynamic>? params}) Future<TransloaditResponse>
Makes a HTTP GET request.
httpPost({required String service, required String assemblyPath, Map<String, dynamic>? extraParams, Map<String, dynamic>? params}) Future<TransloaditResponse>
Makes a HTTP POST request.
httpPut({required String service, required String assemblyPath, Map<String, dynamic>? params}) Future<TransloaditResponse>
Makes a HTTP PUT request.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signData(String data) String
Creates a signature for the data.
toPayload(Map<String, dynamic> data) Map<String, dynamic>?
Converts data into a payload format, with necessary fluff required for Transloadit.
toString() String
A string representation of this object.
inherited

Operators

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