mocobaas_pkg
Mocobaas client for flutter
Getting Started
String appUrl = "https://example.xyz";
var opt = MocoOpts.fromJson({
"options": {
"payloadEncryption": {
"enforcement": []
},
"tokenStorageKeyPrefix" : "customKeyPrefix."
}
});
var client = Moco(appUrl, options: opt);
Libraries
- Auth
- Graphql
- HttpRequest
- Invoke
- mocobaas_pkg
- Payload
- Storage
- Type/Auth/CheckEmail
- Type/Auth/GetOauth
- Type/Auth/Login
- Type/Auth/RefreshToken
- Type/Auth/Register
- Type/Auth/ResetPassword
- Type/Payload/Fetch
- Type/Storage/Download
- Type/Storage/Remove
- Type/Storage/Upload
- Type/User/GetUser
- Type/User/UpdateUser
- User