$ReferenceApiClient class
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
-
Extract references from a text.
-
Extract references from a text.
-
getProvidersInfo({bool? oCSAPIRequest})
→ Future<DynamiteResponse<ReferenceApiGetProvidersInfoResponseApplicationJson, void>>
-
Get the providers.
-
getProvidersInfoRaw({bool? oCSAPIRequest})
→ DynamiteRawResponse<ReferenceApiGetProvidersInfoResponseApplicationJson, void>
-
Get the providers.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve({required BuiltList<String> references, int? limit, bool? oCSAPIRequest})
→ Future<DynamiteResponse<ReferenceApiResolveResponseApplicationJson, void>>
-
Resolve multiple references.
-
resolveOne({required String reference, bool? oCSAPIRequest})
→ Future<DynamiteResponse<ReferenceApiResolveOneResponseApplicationJson, void>>
-
Resolve a reference.
-
resolveOneRaw({required String reference, bool? oCSAPIRequest})
→ DynamiteRawResponse<ReferenceApiResolveOneResponseApplicationJson, void>
-
Resolve a reference.
-
resolveRaw({required BuiltList<String> references, int? limit, bool? oCSAPIRequest})
→ DynamiteRawResponse<ReferenceApiResolveResponseApplicationJson, void>
-
Resolve multiple references.
-
toString()
→ String
-
A string representation of this object.
inherited
-
touchProvider({required String providerId, int? timestamp, bool? oCSAPIRequest})
→ Future<DynamiteResponse<ReferenceApiTouchProviderResponseApplicationJson, void>>
-
Touch a provider.
-
touchProviderRaw({required String providerId, int? timestamp, bool? oCSAPIRequest})
→ DynamiteRawResponse<ReferenceApiTouchProviderResponseApplicationJson, void>
-
Touch a provider.