TablesService class

Constructors

TablesService({required String qBRealmHostname, required String baseUrl, required String appAuthorization})

Properties

appAuthorization String
final
baseUrl String
final
hashCode int
The hash code for this object.
no setterinherited
qBRealmHostname String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createRelationship({required String tableId, required TableIdRelationshipRequest request, String? authorization, String? userAgent}) Future<TableRelationshipResponse>
Create a relationship
createTable({required String appId, required TablesUpsertRequest request, String? authorization, String? userAgent}) Future<TableResponse>
Create a table
deleteTable({required String tableId, required String appId, String? authorization, String? userAgent}) Future<String>
Delete a table
getAppTables({required String appId, String? authorization, String? userAgent}) Future<List<TableResponse>>
Get tables for an app
getRelationships({required String tableId, String? authorization, int? skip, String? userAgent}) Future<RelationShipListResponse>
Get all relationships
getTable({required String tableId, required String appId, String? authorization, String? userAgent}) Future<TableResponse>
Get a table
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateRelationship({required String tableId, required int relationshipId, required TableIdRelationshipRequest request, String? authorization, String? userAgent}) Future<TableRelationshipResponse>
Update a relationship
updateTable({required String appId, required String tableId, required TablesUpsertRequest request, String? authorization, String? userAgent}) Future<TableResponse>
Update a table

Operators

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