Skip to content

pieces-app/pieces-os-client-sdk-for-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pieces_os_client

Endpoints for Assets, Formats, Users, Asset, Format, User.

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0
  • Build package: org.openapitools.codegen.languages.DartClientCodegen For more information, please visit https://pieces.app

Requirements

Dart 2.12 or later

Installation & Usage

Github

If this Dart package is published to GitHub, add the following dependency to your pubspec.yaml

dependencies:
  pieces_os_client:
    git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git

Local

To use the package in your local drive, add the following dependency to your pubspec.yaml

dependencies:
  pieces_os_client:
    path: /path/to/pieces_os_client

Tests

TODO

Getting Started

Please follow the installation procedure and then run the following:

import 'package:pieces_os_client/api.dart';


final api_instance = ActivitiesApi();
final transferables = true; // bool | This is a boolean that will decided if we are want to return the transferable data (default) or not(performance enhancement)
final seededActivity = SeededActivity(); // SeededActivity | 

try {
    final result = api_instance.activitiesCreateNewActivity(transferables, seededActivity);
    print(result);
} catch (e) {
    print('Exception when calling ActivitiesApi->activitiesCreateNewActivity: $e\n');
}

Documentation for API Endpoints

All URIs are relative to http://localhost:3000

Class Method HTTP request Description
ActivitiesApi activitiesCreateNewActivity POST /activities/create /activities/create [POST]
ActivitiesApi activitiesDeleteSpecificActivity POST /activities/{activity}/delete /activities/{activity}/delete [POST]
ActivitiesApi activitiesSnapshot GET /activities /activities [GET]
ActivityApi activitiesSpecificActivitySnapshot GET /activity/{activity} /activity/{activity} [GET]
ActivityApi activityIdentifiersSnapshot GET /activity/identifiers /activity/identifiers [GET]
ActivityApi activityUpdate POST /activity/update /activity/update [POST]
AllocationApi allocationSnapshot GET /allocation/{allocation} /allocation/{allocation} [GET]
AllocationApi allocationUpdate POST /allocation/update /allocation/update [POST]
AllocationsApi allocationsConnectNewCloud POST /allocations/connect /allocations/connect [POST]
AllocationsApi allocationsCreateNewAllocation POST /allocations/create /allocations/create [POST]
AllocationsApi allocationsDeleteAllocation POST /allocations/delete /allocations/delete [POST]
AllocationsApi allocationsDisconnectCloud POST /allocations/disconnect /allocations/disconnect [POST]
AllocationsApi allocationsReconnectCloud POST /allocations/reconnect /allocations/reconnect [POST]
AllocationsApi allocationsSnapshot GET /allocations /allocations [GET]
AnalysesApi analysesSnapshot GET /analyses Your GET endpoint
AnchorApi anchorRename POST /anchor/{anchor}/rename /anchor/{anchor}/rename [POST]
AnchorApi anchorScoresIncrement POST /anchor/{anchor}/scores/increment '/anchor/{anchor}/scores/increment' [POST]
AnchorApi anchorSpecificAnchorSnapshot GET /anchor/{anchor} /anchor/{anchor} [GET]
AnchorApi anchorUpdate POST /anchor/update /anchor/update [POST]
AnchorPointApi anchorPointScoresIncrement POST /anchor_point/{anchor_point}/scores/increment '/anchor_point/{anchor_point}/scores/increment' [POST]
AnchorPointApi anchorPointSpecificAnchorPointSnapshot GET /anchor_point/{anchor_point} /anchor_point/{anchor_point} [GET]
AnchorPointApi anchorPointUpdate POST /anchor_point/update /anchor_point/update [POST]
AnchorPointsApi anchorPointsCreateNewAnchorPoint POST /anchor_points/create /anchor_points/create [POST]
AnchorPointsApi anchorPointsDeleteSpecificAnchorPoint POST /anchor_points/{anchor_point}/delete /anchor_points/{anchor_point}/delete [POST]
AnchorPointsApi anchorPointsSnapshot GET /anchor_points /anchor_points [GET]
AnchorsApi anchorDisassociateAsset POST /anchors/{anchor}/assets/delete/{asset} /anchors/{anchor}/assets/delete/{asset} [POST]
AnchorsApi anchorsCreateNewAnchor POST /anchors/create /anchors/create [POST]
AnchorsApi anchorsDeleteSpecificAnchor POST /anchors/{anchor}/delete /anchors/{anchor}/delete [POST]
AnchorsApi anchorsSnapshot GET /anchors /anchors [GET]
AnnotationApi annotationScoresIncrement POST /annotation/{annotation}/scores/increment '/annotation/{annotation}/scores/increment' [POST]
AnnotationApi annotationSpecificAnnotationSnapshot GET /annotation/{annotation} /annotation/{annotation} [GET]
AnnotationApi annotationUpdate POST /annotation/update /annotation/update [POST]
AnnotationsApi annotationsCreateNewAnnotation POST /annotations/create /annotations/create [POST]
AnnotationsApi annotationsDeleteSpecificAnnotation POST /annotations/{annotation}/delete /annotations/{annotation}/delete [POST]
AnnotationsApi annotationsSnapshot GET /annotations /annotations [GET]
ApplicationApi applicationUpdate POST /application/update /application/update [GET]
ApplicationsApi applicationsExternalRelated GET /applications/external/related /applications/external/related [GET]
ApplicationsApi applicationsExternalSnapshot GET /applications/external /applications/external [GET]
ApplicationsApi applicationsRegister POST /applications/register /applications/register [POST]
ApplicationsApi applicationsSessionClose POST /applications/session/close /applications/session/close [POST]
ApplicationsApi applicationsSessionOpen POST /applications/session/open /applications/session/open [POST]
ApplicationsApi applicationsSessionSnapshot GET /applications/sessions/{session} /applications/sessions/{session} [GET]
ApplicationsApi applicationsSnapshot GET /applications /applications [GET]
ApplicationsApi applicationsSpecificApplicationSnapshot GET /applications/{application} /applications/{application} [GET]
ApplicationsApi applicationsUsageEngagementInteraction POST /applications/usage/engagement/interaction /applications/usage/engagement/interaction [POST] Scoped to Apps
ApplicationsApi applicationsUsageEngagementKeyboard POST /applications/usage/engagement/keyboard /applications/usage/engagement/keyboard [POST] Scoped to Apps
ApplicationsApi applicationsUsageInstallation POST /applications/usage/installation /applications/usage/installation [POST]
ApplicationsApi postApplicationsUsageUpdated POST /applications/usage/updated /applications/usage/updated [POST]
AssetApi assetAssociateTag POST /asset/{asset}/tags/associate/{tag} /asset/{asset}/tags/associate/{tag} [POST]
AssetApi assetAssociateWebsite POST /asset/{asset}/websites/associate/{website} /asset/{asset}/websites/associate/{website} [POST]
AssetApi assetDisassociateTag POST /asset/{asset}/tags/disassociate/{tag} /asset/{asset}/tags/disassociate/{tag} [POST]
AssetApi assetDisassociateWebsite POST /asset/{asset}/websites/disassociate/{website} /asset/{asset}/websites/disassociate/{website} [POST]
AssetApi assetFormats GET /asset/{asset}/formats /asset/{asset}/formats [GET] Scoped To Asset
AssetApi assetReclassify POST /asset/reclassify /asset/reclassify [POST]
AssetApi assetScoresIncrement POST /asset/{asset}/scores/increment '/asset/{asset}/scores/increment' [POST]
AssetApi assetSnapshot GET /asset/{asset} /asset/{asset} [GET] Scoped To Asset
AssetApi assetSnapshotPost POST /asset/{asset} /asset/{asset} [POST] Scoped to an Asset
AssetApi assetSpecificAssetActivities GET /asset/{asset}/activities /asset/{asset}/activities [GET]
AssetApi assetSpecificAssetConversations GET /asset/{asset}/conversations /asset/{asset}/conversations [GET]
AssetApi assetSpecificAssetExport GET /asset/{asset}/export [GET] /asset/{asset}/export
AssetApi assetUpdate POST /asset/update /asset/update [POST] Scoped to Asset
AssetsApi assetsCreateNewAsset POST /assets/create /assets/create [POST] Scoped to Asset
AssetsApi assetsDeleteAsset POST /assets/{asset}/delete /assets/delete [POST] Scoped to Asset
AssetsApi assetsDraft POST /assets/draft /assets/draft [POST]
AssetsApi assetsGetRecommendedAssets GET /assets/recommended Your GET endpoint
AssetsApi assetsGetRelatedAssets GET /assets/related /assets/related [GET]
AssetsApi assetsIdentifiersSnapshot GET /assets/identifiers /assets/identifiers [GET]
AssetsApi assetsPseudoSnapshot GET /assets/pseudo /assets/pseudo [GET]
AssetsApi assetsSearchAssets GET /assets/search /assets/search?query=string [GET]
AssetsApi assetsSearchWithFilters POST /assets/search /assets/search [POST]
AssetsApi assetsSnapshot GET /assets /assets [GET] Scoped to Assets
AssetsApi assetsSpecificAssetFormatsSnapshot GET /assets/{asset}/formats /assets/{asset}/formats [GET] Scoped To Assets
AssetsApi assetsSpecificAssetSnapshot GET /assets/{asset} /assets/{asset} [GET] Scoped to Assets
AssetsApi assetsStreamIdentifiers GET /assets/stream/identifiers /assets/stream/identifiers [GET]
AssetsApi getAssetsStreamTransferables GET /assets/stream/transferables Your GET endpoint
AssetsApi streamAssets GET /assets/stream /assets/stream [GET]
Auth0Api auth0Logout GET /v2/logout https://auth.pieces.services/v2/logout [GET]
Auth0Api authorizeAuth0 GET /authorize https://auth.pieces.services/authorize [GET]
Auth0Api exchangeForAuth0Token POST /oauth/token https://auth.pieces.services/oauth/token [POST]
Auth0Api getAuth0UserInfo GET /userinfo https://auth.pieces.services/userinfo [GET]
BackupApi backup POST /backup /backup [POST]
BackupApi backupAsset POST /backup/asset /backup/asset [POST]
ClassificationApi convertGenericClassification POST /classification/generic/convert Convert Generic Classification
CodeAnalysesApi codeAnalysesSnapshot GET /code_analyses Your GET endpoint
ConnectorApi connect POST /connect /connect [POST]
ConnectorApi intention POST /{application}/intention /{application}/intention [POST]
ConnectorApi onboarded POST /{application}/onboarded /onboarded [POST]
ConnectorApi react POST /{application}/reaction /{application}/reaction [POST]
ConnectorApi suggest POST /{application}/suggestion /{application}/suggestion [POST]
ConnectorApi track POST /{application}/track /{application}/track [POST]
ConversationApi conversationAssociateAnchor POST /conversation/{conversation}/anchors/associate/{anchor} /conversation/{conversation}/anchors/associate/{anchor} [POST]
ConversationApi conversationAssociateAsset POST /conversation/{conversation}/assets/associate/{asset} /conversation/{conversation}/assets/associate/{asset} [POST]
ConversationApi conversationAssociateWebsite POST /conversation/{conversation}/websites/associate/{website} /conversation/{conversation}/websites/associate/{website} [POST]
ConversationApi conversationDisassociateAnchor POST /conversation/{conversation}/anchors/delete/{anchor} /conversation/{conversation}/anchors/delete/{anchor} [POST]
ConversationApi conversationDisassociateAsset POST /conversation/{conversation}/assets/delete/{asset} /conversation/{conversation}/assets/delete/{asset} [POST]
ConversationApi conversationDisassociateWebsite POST /conversation/{conversation}/websites/disassociate/{website} /website/{website}/websites/disassociate/{website} [POST]
ConversationApi conversationGetSpecificConversation GET /conversation/{conversation} /conversation/{conversation} [GET]
ConversationApi conversationGroundingMessagesAssociateMessage POST /conversation/{conversation}/grounding/messages/associate/{message} /conversation/{conversation}/grounding/messages/associate/{message} [POST]
ConversationApi conversationGroundingMessagesDisassociateMessage POST /conversation/{conversation}/grounding/messages/disassociate/{message} /conversation/{conversation}/grounding/messages/disassociate/{message} [POST]
ConversationApi conversationScoresIncrement POST /conversation/{conversation}/scores/increment '/conversation/{conversation}/scores/increment' [POST]
ConversationApi conversationSpecificConversationMessages GET /conversation/{conversation}/messages /conversation/{conversation}/messages [GET]
ConversationApi conversationSpecificConversationRename POST /conversation/{conversation}/rename /conversation/{conversation}/rename [POST]
ConversationApi conversationSummarize POST /conversation/{conversation}/summarize /conversation/{conversation}/summarize [POST]
ConversationApi conversationUpdate POST /conversation/update /conversation/update [POST]
ConversationMessageApi messageAssociateAnnotation POST /message/{message}/annotations/associate/{annotation} /message/{message}/annotations/associate/{annotation} [POST]
ConversationMessageApi messageDisassociateAnnotation POST /message/{message}/annotations/disassociate/{annotation} /message/{message}/annotations/disassociate/{annotation} [POST]
ConversationMessageApi messageScoresIncrement POST /message/{message}/scores/increment '/message/{message}/scores/increment' [POST]
ConversationMessageApi messageSpecificMessageSnapshot GET /message/{message} /message/{message} [GET]
ConversationMessageApi messageSpecificMessageUpdate POST /message/update /message/update [GET]
ConversationMessagesApi messagesCreateSpecificMessage POST /messages/create /messages/create [POST]
ConversationMessagesApi messagesDeleteSpecificMessage POST /messages/{message}/delete /messages/{message}/delete [POST]
ConversationMessagesApi messagesSnapshot GET /messages /messages [GET]
ConversationsApi conversationsCreateFromAsset POST /conversations/create/from_asset/{asset} /conversations/create/from_asset/{asset} [POST]
ConversationsApi conversationsCreateSpecificConversation POST /conversations/create /conversations/create [POST]
ConversationsApi conversationsDeleteSpecificConversation POST /conversations/{conversation}/delete /conversations/{conversation}/delete [POST]
ConversationsApi conversationsIdentifiersSnapshot GET /conversations/identifiers /conversations/identifiers [GET]
ConversationsApi conversationsSnapshot GET /conversations /conversations [GET]
ConversationsApi conversationsStreamIdentifiers GET /conversations/stream/identifiers /conversations/stream/identifiers [STREAMED]
DatabaseApi databaseExport GET /database/export Your GET endpoint
DatabaseApi databaseImport POST /database/import /database/import [POST]
DiscoveryApi discoveryDiscoverAssets POST /discovery/discover/assets /discovery/discover/assets [POST]
DiscoveryApi discoveryDiscoverAssetsHtml POST /discovery/discover/assets/html /discovery/discover/assets/html[POST]
DiscoveryApi discoveryDiscoverSensitives POST /discovery/discover/sensitives /discovery/discover/sensitives [POST]
DiscoveryApi discoveryDiscoverTagsRelated POST /discovery/discover/tags/related /discovery/discover/tags/related [POST]
DistributionApi distributionUpdate POST /distribution/update /distribution/update [POST]
DistributionApi distributionsSpecificDistributionSnapshot GET /distribution/{distribution} /distribution/{distribution} [GET]
DistributionsApi distributionsCreateNewDistribution POST /distributions/create /distributions/create [POST]
DistributionsApi distributionsDeleteSpecificDistribution POST /distributions/{distribution}/delete /distributions/{distribution}/delete [POST]
DistributionsApi distributionsSnapshot GET /distributions /distributions [GET]
ExternalProviderApi externalProviderApiKeyCreate POST /external_provider/api_key/create /external_provider/api_key/create [POST]
ExternalProviderApi externalProviderApiKeyDelete POST /external_provider/api_key/delete /external_provider/api_key/delete [POST]
ExternalProviderApi externalProviderApiKeyUpdate POST /external_provider/api_key/update /external_provider/api_key/update [POST]
FormatApi formatAnalysis GET /format/{format}/analysis /format/{format}/analysis [GET]
FormatApi formatReclassify POST /format/reclassify /format/reclassify [POST]
FormatApi formatSnapshot GET /format/{format} /format/{format} [GET] Scoped to Format
FormatApi formatUpdateValue POST /format/update/value [POST] /format/update/value
FormatApi formatUsageEvent POST /format/usage/event /format/usage/event [POST] Scoped to Format
FormatsApi formatsSnapshot GET /formats /formats [GET] Scoped to Formats
FormatsApi formatsSpecificFormatSnapshot GET /formats/{format} /formats/{format} [GET] Scoped to Formats
GithubApi importGithubGists POST /github/gists/import /github/gists/import [POST]
HintApi hintScoresIncrement POST /hint/{hint}/scores/increment '/hint/{hint}/scores/increment' [POST]
HintApi hintSpecificHintSnapshot GET /hint/{hint} /hint/{hint} [POST]
HintApi hintUpdate POST /hint/update /hint/update [POST]
HintsApi hintsCreateNewHint POST /hints/create /hints/create [POST]
HintsApi hintsDeleteSpecificHint POST /hints/{hint}/delete /hints/{hint}/delete [POST]
HintsApi hintsSnapshot GET /hints /hints [GET]
ImageAnalysesApi imageAnalysesSnapshot GET /image_analyses Your GET endpoint
LinkifyApi linkify POST /linkify /linkify [POST]
LinkifyApi linkifyMultiple POST /linkify/multiple /linkify/multiple [POST]
LinkifyApi linkifyShareRevoke POST /linkify/{share}/revoke [POST} /linkify/{share}/revoke
MacOSApi assetsCreateNewAssetFromMacos POST /macos/assets/create /macos/assets/create [Post]
MachineLearningApi personificationTechnicalLanguageGeneration POST /machine_learning/text/technical_language/generators/personification /machine_learning/text/technical_language/generators/personification [GET]
MachineLearningApi segmentTechnicalLanguage POST /machine_learning/text/technical_language/parsers/segmentation /machine_learning/text/technical_language/parsers/segmentation [POST]
MetricsApi getMetricsFormats GET /metrics/formats /metrics/formats [GET]
MetricsApi metricsFormatsOrdered GET /metrics/formats/ordered /metrics/formats/ordered [GET]
ModelApi modelSpecificModelDownload POST /model/{model}/download /model/{model}/download [POST]
ModelApi modelSpecificModelDownloadCancel POST /model/{model}/download/cancel /model/{model}/download/cancel [POST]
ModelApi modelSpecificModelDownloadProgress GET /model/{model}/download/progress /model/{model}/download/progress [WS]
ModelApi modelSpecificModelLoad POST /model/{model}/load /model/{model}/load [POST]
ModelApi modelSpecificModelUnload POST /model/{model}/unload /model/{model}/unload [POST]
ModelApi modelUpdate POST /model/update /model/update [POST]
ModelApi modelsSpecificModelSnapshot GET /model/{model} /model/{model} [GET]
ModelsApi modelsCreateNewModel POST /models/create /models/create [POST]
ModelsApi modelsDeleteSpecificModel POST /models/{model}/delete /models/{model}/delete [POST]
ModelsApi modelsDeleteSpecificModelCache POST /models/{model}/delete/cache /models/{model}/delete/cache [POST]
ModelsApi modelsSnapshot GET /models /models [GET]
ModelsApi unloadModels POST /models/unload /models/unload [POST]
NotificationsApi sendLocalNotification POST /notifications/local/send Send notification
OCRAnalysesApi ocrAnalysesSnapshot GET /ocr_analyses Your GET endpoint
OSApi linkProvider POST /os/link_provider /os/link_provider [POST]
OSApi osDeviceInformation GET /os/device/information /os/device/information [GET]
OSApi osRestart GET /os/restart Your GET endpoint
OSApi osUpdateCheck POST /os/update/check /os/update/check [POST]
OSApi pickFiles POST /os/files/pick /os/files/pick [POST]
OSApi pickFolders POST /os/folders/pick /os/folders/pick [POST]
OSApi signIntoOS POST /os/sign_in
OSApi signOutOfOS POST /os/sign_out /os/sign_out [POST]
OpenAIApi openAiModelsList POST /open_ai/models/list /open_ai/models/list [POST]
PKCEApi clearPKCE POST /pkce/clear /pkce/clear [POST]
PKCEApi generateCode POST /pkce/code /pkce/code [POST]
PKCEApi generateToken POST /pkce/token /pkce/token [POST]
PKCEApi getChallenge GET /pkce/challenge Your GET endpoint
PKCEApi respondWithCode POST /pkce/response/code /pkce/response/code [POST]
PersonApi personScoresIncrement POST /person/{person}/scores/increment '/person/{person}/scores/increment' [POST]
PersonApi personSnapshot GET /person/{person} /person/{person} [GET]
PersonApi updatePerson POST /person/update /person/update [POST]
PersonsApi personDisassociateAsset POST /persons/{person}/assets/delete/{asset} /persons/{person}/assets/delete/{asset} [POST]
PersonsApi personsCreateNewPerson POST /persons/create /persons/create [POST]
PersonsApi personsDeletePerson POST /persons/{person}/delete /persons/{person}/delete [POST]
PersonsApi personsSnapshot GET /persons /persons [GET]
PieceApi htmlShare GET / / [GET]
QGPTApi hints POST /qgpt/hints /qgpt/hints [POST]
QGPTApi personsRelated POST /qgpt/persons/related /qgpt/persons/related [POST]
QGPTApi qgptStream GET /qgpt/stream /qgpt/stream [GET]
QGPTApi question POST /qgpt/question /qgpt/question [POST]
QGPTApi relevance POST /qgpt/relevance /qgpt/relevance [POST]
QGPTApi reprompt POST /qgpt/reprompt /qgpt/reprompt [POST]
RelationshipApi relationshipsSpecificRelationshipSnapshot GET /relationship/{relationship} /relationship/{relationship} [GET]
RelationshipsApi relationshipsSnapshot GET /relationships /relationships [GET]
SearchApi fullTextSearch GET /search/full_text /search/full_text [GET]
SearchApi neuralCodeSearch GET /search/neural_code /search/neural_code [GET]
SearchApi tagBasedSearch POST /search/tag_based /search/tag_based [POST]
SensitiveApi sensitiveScoresIncrement POST /sensitive/{sensitive}/scores/increment '/sensitive/{sensitive}/scores/increment' [POST]
SensitiveApi sensitiveSnapshot GET /sensitive/{sensitive} /sensitive/{sensitive} [GET]
SensitiveApi updateSensitive POST /sensitive/update /sensitive/update [POST]
SensitivesApi sensitivesCreateNewSensitive POST /sensitives/create /sensitives/create [POST]
SensitivesApi sensitivesDeleteSensitive POST /sensitives/{sensitive}/delete /sensitives/{sensitive}/delete [POST]
SensitivesApi sensitivesSnapshot GET /sensitives /sensitives [GET]
ShareApi shareScoresIncrement POST /share/{share}/scores/increment '/share/{share}/scores/increment' [POST]
ShareApi shareSnapshot GET /share/{share} /share/{share}
ShareApi shareUpdate POST /share/update /share/update [POST]
SharesApi sharesCreateNewShare POST /shares/create /shares/create [POST]
SharesApi sharesDeleteShare POST /shares/{share}/delete /shares/{share}/delete [POST]
SharesApi sharesSnapshot GET /shares /shares [GET]
SharesApi sharesSpecificShareSnapshot GET /shares/{share} /shares/{share} [GET]
TagApi tagAssociateAsset POST /tag/{tag}/assets/associate/{asset} /tag/{tag}/assets/associate/{asset} [POST]
TagApi tagAssociatePerson POST /tag/{tag}/persons/associate/{person} /tag/{tag}/persons/associate/{person} [POST]
TagApi tagDisassociateAsset POST /tag/{tag}/assets/disassociate/{asset} /tag/{tag}/assets/disassociate/{asset} [POST]
TagApi tagDisassociatePerson POST /tag/{tag}/persons/disassociate/{person} /tag/{tag}/persons/disassociate/{person} [POST]
TagApi tagScoresIncrement POST /tag/{tag}/scores/increment '/tag/{tag}/scores/increment' [POST]
TagApi tagUpdate POST /tag/update /tag/update [POST]
TagApi tagsSpecificTagSnapshot GET /tag/{tag} /tag/{tag} [GET]
TagsApi tagsCreateNewTag POST /tags/create /tags/create [POST]
TagsApi tagsDeleteSpecificTag POST /tags/{tag}/delete /tags/{tag}/delete [POST]
TagsApi tagsExists POST /tags/exists /tags/exists [POST]
TagsApi tagsSnapshot GET /tags /tags [GET]
UltraSuiteApi assetsCreateUltraSuiteAsset POST /ultra_suite/assets/create /ultra_suite/assets/create [POST]
UserApi clearUser POST /user/clear /user/clear
UserApi selectUser POST /user/select /user/select [POST]
UserApi streamUser GET /user/stream /user/stream [GET]
UserApi updateUser POST /user/update /user/update [POST]
UserApi userProviders GET /user/providers Your GET endpoint
UserApi userSnapshot GET /user /user [GET]
UserApi userUpdateVanity POST /user/update/vanity /user/update/vanity [POST]
UsersApi authenticateFromOauthToken POST /users/authenticate/from_token /users/authenticate/from_token [POST]
UsersApi usersDisconnectUser POST /users/{user}/disconnect /users/{user}/disconnect [POST]
UsersApi usersSnapshot GET /users /users [GET]
UsersApi usersSpecificUserSnapshot GET /users/{user} /users/{user} [GET] Scoped to Users
WebsiteApi websiteAssociateAsset POST /website/{website}/assets/associate/{asset} /website/{website}/assets/associate/{asset} [POST]
WebsiteApi websiteAssociateConversation POST /website/{website}/conversations/associate/{conversation} /website/{website}/conversations/associate/{conversation} [POST]
WebsiteApi websiteAssociatePerson POST /website/{website}/persons/associate/{person} /website/{website}/persons/associate/{person} [POST]
WebsiteApi websiteDisassociateAsset POST /website/{website}/assets/disassociate/{asset} /website/{website}/assets/disassociate/{asset} [POST]
WebsiteApi websiteDisassociateConversation POST /website/{website}/conversations/disassociate/{conversation} /website/{website}/conversations/disassociate/{conversation} [POST]
WebsiteApi websiteDisassociatePerson POST /website/{website}/persons/disassociate/{person} /website/{website}/persons/disassociate/{person} [POST]
WebsiteApi websiteScoresIncrement POST /website/{website}/scores/increment '/website/{website}/scores/increment' [POST]
WebsiteApi websiteUpdate POST /website/update /website/update [POST]
WebsiteApi websitesSpecificWebsiteSnapshot GET /website/{website} /website/{website} [GET]
WebsitesApi websitesCreateNewWebsite POST /websites/create /websites/create [POST]
WebsitesApi websitesDeleteSpecificWebsite POST /websites/{website}/delete /websites/{website}/delete [POST]
WebsitesApi websitesExists POST /websites/exists /websites/exists [POST]
WebsitesApi websitesSnapshot GET /websites /websites [GET]
WellKnownApi getWellKnownHealth GET /.well-known/health /.well-known/health [GET]
WellKnownApi getWellKnownVersion GET /.well-known/version /.well-known/version [Get]

Documentation For Models

Documentation For Authorization

auth0

  • Type: OAuth
  • Flow: implicit
  • Authorization URL:
  • Scopes: N/A

auth0

  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes: N/A

auth0

  • Type: OAuth
  • Flow: accessCode
  • Authorization URL:
  • Scopes: N/A

authorization

  • Type: OAuth
  • Flow: implicit
  • Authorization URL:
  • Scopes: N/A

authorization

  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes: N/A

authorization

  • Type: OAuth
  • Flow: accessCode
  • Authorization URL:
  • Scopes: N/A

Author

tsavo@pieces.app

About

Use Dart with Pieces APIs for functional usage with Pieces OS on your local machine. Open Source by Pieces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published