This section contains HTTP API reference docs for Bluesky and AT Protocol lexicons. Generate a bearer token to test API calls directly from the docs.
This C# SDK is automatically generated by the OpenAPI Generator project:
- API version: 0.0.0
- SDK version: 1.0.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
This generator should support all current LTS versions of Unity
- Unity 2020.3 (LTS) and up
- .NET Standard 2.1 / .NET Framework
- Newtonsoft.Json - 3.0.2 or later
- Unity Test Framework - 1.1.33 or later
Add the dependencies to Packages/manifest.json
{
"dependencies": {
...
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.test-framework": "1.1.33",
}
}
Then use the namespaces:
using Bluesky.Api;
using Bluesky.Client;
using Bluesky.Model;using System;
using System.Collections.Generic;
using UnityEngine;
using Bluesky.Api;
using Bluesky.Client;
using Bluesky.Model;
namespace BlueskyExample
{
public class AppBskyActorGetPreferencesExample : MonoBehaviour
{
async void Start()
{
Configuration config = new Configuration();
config.BasePath = "https://bsky.social/xrpc";
// Configure Bearer token for authorization: Bearer
config.AccessToken = "YOUR_BEARER_TOKEN";
var apiInstance = new AppBskyActorApi(config);
try
{
AppBskyActorGetPreferences200Response result = await apiInstance.AppBskyActorGetPreferencesAsync();
Debug.Log(result);
Debug.Log("Done!");
}
catch (ApiException e)
{
Debug.LogError("Exception when calling AppBskyActorApi.AppBskyActorGetPreferences: " + e.Message );
Debug.LogError("Status Code: "+ e.ErrorCode);
Debug.LogError(e.StackTrace);
}
}
}
}All URIs are relative to https://bsky.social/xrpc
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AppBskyActorApi | AppBskyActorGetPreferences | GET /app.bsky.actor.getPreferences | |
| AppBskyActorApi | AppBskyActorGetProfile | GET /app.bsky.actor.getProfile | |
| AppBskyActorApi | AppBskyActorGetProfiles | GET /app.bsky.actor.getProfiles | |
| AppBskyActorApi | AppBskyActorGetSuggestions | GET /app.bsky.actor.getSuggestions | |
| AppBskyActorApi | AppBskyActorPutPreferences | POST /app.bsky.actor.putPreferences | |
| AppBskyActorApi | AppBskyActorSearchActors | GET /app.bsky.actor.searchActors | |
| AppBskyActorApi | AppBskyActorSearchActorsTypeahead | GET /app.bsky.actor.searchActorsTypeahead | |
| AppBskyFeedApi | AppBskyFeedGetActorFeeds | GET /app.bsky.feed.getActorFeeds | |
| AppBskyFeedApi | AppBskyFeedGetActorLikes | GET /app.bsky.feed.getActorLikes | |
| AppBskyFeedApi | AppBskyFeedGetAuthorFeed | GET /app.bsky.feed.getAuthorFeed | |
| AppBskyFeedApi | AppBskyFeedGetFeed | GET /app.bsky.feed.getFeed | |
| AppBskyFeedApi | AppBskyFeedGetFeedGenerator | GET /app.bsky.feed.getFeedGenerator | |
| AppBskyFeedApi | AppBskyFeedGetFeedGenerators | GET /app.bsky.feed.getFeedGenerators | |
| AppBskyFeedApi | AppBskyFeedGetLikes | GET /app.bsky.feed.getLikes | |
| AppBskyFeedApi | AppBskyFeedGetListFeed | GET /app.bsky.feed.getListFeed | |
| AppBskyFeedApi | AppBskyFeedGetPostThread | GET /app.bsky.feed.getPostThread | |
| AppBskyFeedApi | AppBskyFeedGetPosts | GET /app.bsky.feed.getPosts | |
| AppBskyFeedApi | AppBskyFeedGetRepostedBy | GET /app.bsky.feed.getRepostedBy | |
| AppBskyFeedApi | AppBskyFeedGetSuggestedFeeds | GET /app.bsky.feed.getSuggestedFeeds | |
| AppBskyFeedApi | AppBskyFeedGetTimeline | GET /app.bsky.feed.getTimeline | |
| AppBskyFeedApi | AppBskyFeedSearchPosts | GET /app.bsky.feed.searchPosts | |
| AppBskyGraphApi | AppBskyGraphGetBlocks | GET /app.bsky.graph.getBlocks | |
| AppBskyGraphApi | AppBskyGraphGetFollowers | GET /app.bsky.graph.getFollowers | |
| AppBskyGraphApi | AppBskyGraphGetFollows | GET /app.bsky.graph.getFollows | |
| AppBskyGraphApi | AppBskyGraphGetList | GET /app.bsky.graph.getList | |
| AppBskyGraphApi | AppBskyGraphGetListBlocks | GET /app.bsky.graph.getListBlocks | |
| AppBskyGraphApi | AppBskyGraphGetListMutes | GET /app.bsky.graph.getListMutes | |
| AppBskyGraphApi | AppBskyGraphGetLists | GET /app.bsky.graph.getLists | |
| AppBskyGraphApi | AppBskyGraphGetMutes | GET /app.bsky.graph.getMutes | |
| AppBskyGraphApi | AppBskyGraphGetSuggestedFollowsByActor | GET /app.bsky.graph.getSuggestedFollowsByActor | |
| AppBskyGraphApi | AppBskyGraphMuteActor | POST /app.bsky.graph.muteActor | |
| AppBskyGraphApi | AppBskyGraphMuteActorList | POST /app.bsky.graph.muteActorList | |
| AppBskyGraphApi | AppBskyGraphUnmuteActor | POST /app.bsky.graph.unmuteActor | |
| AppBskyGraphApi | AppBskyGraphUnmuteActorList | POST /app.bsky.graph.unmuteActorList | |
| AppBskyNotificationApi | AppBskyNotificationGetUnreadCount | GET /app.bsky.notification.getUnreadCount | |
| AppBskyNotificationApi | AppBskyNotificationListNotifications | GET /app.bsky.notification.listNotifications | |
| AppBskyNotificationApi | AppBskyNotificationRegisterPush | POST /app.bsky.notification.registerPush | |
| AppBskyNotificationApi | AppBskyNotificationUpdateSeen | POST /app.bsky.notification.updateSeen | |
| ComAtprotoAdminApi | ComAtprotoAdminCreateCommunicationTemplate | POST /com.atproto.admin.createCommunicationTemplate | |
| ComAtprotoAdminApi | ComAtprotoAdminDeleteAccount | POST /com.atproto.admin.deleteAccount | |
| ComAtprotoAdminApi | ComAtprotoAdminDeleteCommunicationTemplate | POST /com.atproto.admin.deleteCommunicationTemplate | |
| ComAtprotoAdminApi | ComAtprotoAdminDisableAccountInvites | POST /com.atproto.admin.disableAccountInvites | |
| ComAtprotoAdminApi | ComAtprotoAdminDisableInviteCodes | POST /com.atproto.admin.disableInviteCodes | |
| ComAtprotoAdminApi | ComAtprotoAdminEmitModerationEvent | POST /com.atproto.admin.emitModerationEvent | |
| ComAtprotoAdminApi | ComAtprotoAdminEnableAccountInvites | POST /com.atproto.admin.enableAccountInvites | |
| ComAtprotoAdminApi | ComAtprotoAdminGetAccountInfo | GET /com.atproto.admin.getAccountInfo | |
| ComAtprotoAdminApi | ComAtprotoAdminGetInviteCodes | GET /com.atproto.admin.getInviteCodes | |
| ComAtprotoAdminApi | ComAtprotoAdminGetModerationEvent | GET /com.atproto.admin.getModerationEvent | |
| ComAtprotoAdminApi | ComAtprotoAdminGetRecord | GET /com.atproto.admin.getRecord | |
| ComAtprotoAdminApi | ComAtprotoAdminGetRepo | GET /com.atproto.admin.getRepo | |
| ComAtprotoAdminApi | ComAtprotoAdminGetSubjectStatus | GET /com.atproto.admin.getSubjectStatus | |
| ComAtprotoAdminApi | ComAtprotoAdminListCommunicationTemplates | GET /com.atproto.admin.listCommunicationTemplates | |
| ComAtprotoAdminApi | ComAtprotoAdminQueryModerationEvents | GET /com.atproto.admin.queryModerationEvents | |
| ComAtprotoAdminApi | ComAtprotoAdminQueryModerationStatuses | GET /com.atproto.admin.queryModerationStatuses | |
| ComAtprotoAdminApi | ComAtprotoAdminSearchRepos | GET /com.atproto.admin.searchRepos | |
| ComAtprotoAdminApi | ComAtprotoAdminSendEmail | POST /com.atproto.admin.sendEmail | |
| ComAtprotoAdminApi | ComAtprotoAdminUpdateAccountEmail | POST /com.atproto.admin.updateAccountEmail | |
| ComAtprotoAdminApi | ComAtprotoAdminUpdateAccountHandle | POST /com.atproto.admin.updateAccountHandle | |
| ComAtprotoAdminApi | ComAtprotoAdminUpdateAccountPassword | POST /com.atproto.admin.updateAccountPassword | |
| ComAtprotoAdminApi | ComAtprotoAdminUpdateCommunicationTemplate | POST /com.atproto.admin.updateCommunicationTemplate | |
| ComAtprotoAdminApi | ComAtprotoAdminUpdateSubjectStatus | POST /com.atproto.admin.updateSubjectStatus | |
| ComAtprotoIdentityApi | ComAtprotoIdentityGetRecommendedDidCredentials | GET /com.atproto.identity.getRecommendedDidCredentials | |
| ComAtprotoIdentityApi | ComAtprotoIdentityRequestPlcOperationSignature | POST /com.atproto.identity.requestPlcOperationSignature | |
| ComAtprotoIdentityApi | ComAtprotoIdentityResolveHandle | GET /com.atproto.identity.resolveHandle | |
| ComAtprotoIdentityApi | ComAtprotoIdentitySignPlcOperation | POST /com.atproto.identity.signPlcOperation | |
| ComAtprotoIdentityApi | ComAtprotoIdentitySubmitPlcOperation | POST /com.atproto.identity.submitPlcOperation | |
| ComAtprotoIdentityApi | ComAtprotoIdentityUpdateHandle | POST /com.atproto.identity.updateHandle | |
| ComAtprotoModerationApi | ComAtprotoModerationCreateReport | POST /com.atproto.moderation.createReport | |
| ComAtprotoRepoApi | ComAtprotoRepoApplyWrites | POST /com.atproto.repo.applyWrites | |
| ComAtprotoRepoApi | ComAtprotoRepoCreateRecord | POST /com.atproto.repo.createRecord | |
| ComAtprotoRepoApi | ComAtprotoRepoDeleteRecord | POST /com.atproto.repo.deleteRecord | |
| ComAtprotoRepoApi | ComAtprotoRepoDescribeRepo | GET /com.atproto.repo.describeRepo | |
| ComAtprotoRepoApi | ComAtprotoRepoGetRecord | GET /com.atproto.repo.getRecord | |
| ComAtprotoRepoApi | ComAtprotoRepoImportRepo | POST /com.atproto.repo.importRepo | |
| ComAtprotoRepoApi | ComAtprotoRepoListMissingBlobs | GET /com.atproto.repo.listMissingBlobs | |
| ComAtprotoRepoApi | ComAtprotoRepoListRecords | GET /com.atproto.repo.listRecords | |
| ComAtprotoRepoApi | ComAtprotoRepoPutRecord | POST /com.atproto.repo.putRecord | |
| ComAtprotoRepoApi | ComAtprotoRepoUploadBlob | POST /com.atproto.repo.uploadBlob | |
| ComAtprotoServerApi | ComAtprotoServerActivateAccount | POST /com.atproto.server.activateAccount | |
| ComAtprotoServerApi | ComAtprotoServerCheckAccountStatus | GET /com.atproto.server.checkAccountStatus | |
| ComAtprotoServerApi | ComAtprotoServerConfirmEmail | POST /com.atproto.server.confirmEmail | |
| ComAtprotoServerApi | ComAtprotoServerCreateAccount | POST /com.atproto.server.createAccount | |
| ComAtprotoServerApi | ComAtprotoServerCreateAppPassword | POST /com.atproto.server.createAppPassword | |
| ComAtprotoServerApi | ComAtprotoServerCreateInviteCode | POST /com.atproto.server.createInviteCode | |
| ComAtprotoServerApi | ComAtprotoServerCreateInviteCodes | POST /com.atproto.server.createInviteCodes | |
| ComAtprotoServerApi | ComAtprotoServerCreateSession | POST /com.atproto.server.createSession | |
| ComAtprotoServerApi | ComAtprotoServerDeactivateAccount | POST /com.atproto.server.deactivateAccount | |
| ComAtprotoServerApi | ComAtprotoServerDeleteAccount | POST /com.atproto.server.deleteAccount | |
| ComAtprotoServerApi | ComAtprotoServerDeleteSession | POST /com.atproto.server.deleteSession | |
| ComAtprotoServerApi | ComAtprotoServerDescribeServer | GET /com.atproto.server.describeServer | |
| ComAtprotoServerApi | ComAtprotoServerGetAccountInviteCodes | GET /com.atproto.server.getAccountInviteCodes | |
| ComAtprotoServerApi | ComAtprotoServerGetServiceAuth | GET /com.atproto.server.getServiceAuth | |
| ComAtprotoServerApi | ComAtprotoServerGetSession | GET /com.atproto.server.getSession | |
| ComAtprotoServerApi | ComAtprotoServerListAppPasswords | GET /com.atproto.server.listAppPasswords | |
| ComAtprotoServerApi | ComAtprotoServerRefreshSession | POST /com.atproto.server.refreshSession | |
| ComAtprotoServerApi | ComAtprotoServerRequestAccountDelete | POST /com.atproto.server.requestAccountDelete | |
| ComAtprotoServerApi | ComAtprotoServerRequestEmailConfirmation | POST /com.atproto.server.requestEmailConfirmation | |
| ComAtprotoServerApi | ComAtprotoServerRequestEmailUpdate | POST /com.atproto.server.requestEmailUpdate | |
| ComAtprotoServerApi | ComAtprotoServerRequestPasswordReset | POST /com.atproto.server.requestPasswordReset | |
| ComAtprotoServerApi | ComAtprotoServerReserveSigningKey | POST /com.atproto.server.reserveSigningKey | |
| ComAtprotoServerApi | ComAtprotoServerResetPassword | POST /com.atproto.server.resetPassword | |
| ComAtprotoServerApi | ComAtprotoServerRevokeAppPassword | POST /com.atproto.server.revokeAppPassword | |
| ComAtprotoServerApi | ComAtprotoServerUpdateEmail | POST /com.atproto.server.updateEmail | |
| ComAtprotoSyncApi | ComAtprotoSyncGetBlob | GET /com.atproto.sync.getBlob | |
| ComAtprotoSyncApi | ComAtprotoSyncGetBlocks | GET /com.atproto.sync.getBlocks | |
| ComAtprotoSyncApi | ComAtprotoSyncGetLatestCommit | GET /com.atproto.sync.getLatestCommit | |
| ComAtprotoSyncApi | ComAtprotoSyncGetRecord | GET /com.atproto.sync.getRecord | |
| ComAtprotoSyncApi | ComAtprotoSyncGetRepo | GET /com.atproto.sync.getRepo | |
| ComAtprotoSyncApi | ComAtprotoSyncListBlobs | GET /com.atproto.sync.listBlobs | |
| ComAtprotoSyncApi | ComAtprotoSyncListRepos | GET /com.atproto.sync.listRepos |
- Model.AppBskyActorDefsAdultContentPref
- Model.AppBskyActorDefsContentLabelPref
- Model.AppBskyActorDefsFeedViewPref
- Model.AppBskyActorDefsHiddenPostsPref
- Model.AppBskyActorDefsInterestsPref
- Model.AppBskyActorDefsMutedWord
- Model.AppBskyActorDefsMutedWordTarget
- Model.AppBskyActorDefsMutedWordsPref
- Model.AppBskyActorDefsPersonalDetailsPref
- Model.AppBskyActorDefsPreferencesInner
- Model.AppBskyActorDefsProfileView
- Model.AppBskyActorDefsProfileViewBasic
- Model.AppBskyActorDefsProfileViewDetailed
- Model.AppBskyActorDefsSavedFeedsPref
- Model.AppBskyActorDefsThreadViewPref
- Model.AppBskyActorDefsViewerState
- Model.AppBskyActorGetPreferences200Response
- Model.AppBskyActorGetPreferences400Response
- Model.AppBskyActorGetPreferences401Response
- Model.AppBskyActorGetProfiles200Response
- Model.AppBskyActorGetSuggestions200Response
- Model.AppBskyActorProfile
- Model.AppBskyActorProfileLabels
- Model.AppBskyActorSearchActorsTypeahead200Response
- Model.AppBskyEmbedExternal
- Model.AppBskyEmbedExternalExternal
- Model.AppBskyEmbedExternalView
- Model.AppBskyEmbedExternalViewExternal
- Model.AppBskyEmbedImages
- Model.AppBskyEmbedImagesAspectRatio
- Model.AppBskyEmbedImagesImage
- Model.AppBskyEmbedImagesView
- Model.AppBskyEmbedImagesViewImage
- Model.AppBskyEmbedRecord
- Model.AppBskyEmbedRecordView
- Model.AppBskyEmbedRecordViewBlocked
- Model.AppBskyEmbedRecordViewNotFound
- Model.AppBskyEmbedRecordViewRecord
- Model.AppBskyEmbedRecordViewRecordEmbedsInner
- Model.AppBskyEmbedRecordWithMedia
- Model.AppBskyEmbedRecordWithMediaMedia
- Model.AppBskyEmbedRecordWithMediaView
- Model.AppBskyEmbedRecordWithMediaViewMedia
- Model.AppBskyFeedDefsBlockedAuthor
- Model.AppBskyFeedDefsBlockedPost
- Model.AppBskyFeedDefsFeedViewPost
- Model.AppBskyFeedDefsFeedViewPostReason
- Model.AppBskyFeedDefsGeneratorView
- Model.AppBskyFeedDefsGeneratorViewerState
- Model.AppBskyFeedDefsNotFoundPost
- Model.AppBskyFeedDefsPostView
- Model.AppBskyFeedDefsReasonRepost
- Model.AppBskyFeedDefsReplyRef
- Model.AppBskyFeedDefsReplyRefRoot
- Model.AppBskyFeedDefsSkeletonFeedPost
- Model.AppBskyFeedDefsSkeletonFeedPostReason
- Model.AppBskyFeedDefsSkeletonReasonRepost
- Model.AppBskyFeedDefsThreadViewPost
- Model.AppBskyFeedDefsThreadgateView
- Model.AppBskyFeedDefsViewerState
- Model.AppBskyFeedDescribeFeedGeneratorFeed
- Model.AppBskyFeedDescribeFeedGeneratorLinks
- Model.AppBskyFeedGenerator
- Model.AppBskyFeedGetActorFeeds200Response
- Model.AppBskyFeedGetActorLikes200Response
- Model.AppBskyFeedGetActorLikes400Response
- Model.AppBskyFeedGetFeed400Response
- Model.AppBskyFeedGetFeedGenerator200Response
- Model.AppBskyFeedGetFeedGenerators200Response
- Model.AppBskyFeedGetLikes200Response
- Model.AppBskyFeedGetLikesLike
- Model.AppBskyFeedGetListFeed400Response
- Model.AppBskyFeedGetPostThread200Response
- Model.AppBskyFeedGetPostThread200ResponseThread
- Model.AppBskyFeedGetPostThread400Response
- Model.AppBskyFeedGetPosts200Response
- Model.AppBskyFeedGetRepostedBy200Response
- Model.AppBskyFeedLike
- Model.AppBskyFeedPost
- Model.AppBskyFeedPostEmbed
- Model.AppBskyFeedPostReplyRef
- Model.AppBskyFeedRepost
- Model.AppBskyFeedSearchPosts200Response
- Model.AppBskyFeedSearchPosts400Response
- Model.AppBskyFeedThreadgate
- Model.AppBskyFeedThreadgateAllowInner
- Model.AppBskyFeedThreadgateListRule
- Model.AppBskyGraphBlock
- Model.AppBskyGraphDefsListItemView
- Model.AppBskyGraphDefsListPurpose
- Model.AppBskyGraphDefsListView
- Model.AppBskyGraphDefsListViewBasic
- Model.AppBskyGraphDefsListViewerState
- Model.AppBskyGraphDefsNotFoundActor
- Model.AppBskyGraphDefsRelationship
- Model.AppBskyGraphFollow
- Model.AppBskyGraphGetBlocks200Response
- Model.AppBskyGraphGetFollowers200Response
- Model.AppBskyGraphGetFollows200Response
- Model.AppBskyGraphGetList200Response
- Model.AppBskyGraphGetListBlocks200Response
- Model.AppBskyGraphGetMutes200Response
- Model.AppBskyGraphGetSuggestedFollowsByActor200Response
- Model.AppBskyGraphList
- Model.AppBskyGraphListblock
- Model.AppBskyGraphListitem
- Model.AppBskyGraphMuteActorListRequest
- Model.AppBskyGraphMuteActorRequest
- Model.AppBskyNotificationGetUnreadCount200Response
- Model.AppBskyNotificationListNotifications200Response
- Model.AppBskyNotificationListNotificationsNotification
- Model.AppBskyNotificationRegisterPushRequest
- Model.AppBskyNotificationUpdateSeenRequest
- Model.AppBskyRichtextFacet
- Model.AppBskyRichtextFacetByteSlice
- Model.AppBskyRichtextFacetFeaturesInner
- Model.AppBskyRichtextFacetLink
- Model.AppBskyRichtextFacetMention
- Model.AppBskyRichtextFacetTag
- Model.ComAtprotoAdminCreateCommunicationTemplateRequest
- Model.ComAtprotoAdminDefsAccountView
- Model.ComAtprotoAdminDefsBlobView
- Model.ComAtprotoAdminDefsBlobViewDetails
- Model.ComAtprotoAdminDefsCommunicationTemplateView
- Model.ComAtprotoAdminDefsImageDetails
- Model.ComAtprotoAdminDefsModEventAcknowledge
- Model.ComAtprotoAdminDefsModEventComment
- Model.ComAtprotoAdminDefsModEventEmail
- Model.ComAtprotoAdminDefsModEventEscalate
- Model.ComAtprotoAdminDefsModEventLabel
- Model.ComAtprotoAdminDefsModEventMute
- Model.ComAtprotoAdminDefsModEventReport
- Model.ComAtprotoAdminDefsModEventResolveAppeal
- Model.ComAtprotoAdminDefsModEventReverseTakedown
- Model.ComAtprotoAdminDefsModEventTag
- Model.ComAtprotoAdminDefsModEventTakedown
- Model.ComAtprotoAdminDefsModEventUnmute
- Model.ComAtprotoAdminDefsModEventView
- Model.ComAtprotoAdminDefsModEventViewDetail
- Model.ComAtprotoAdminDefsModEventViewDetailSubject
- Model.ComAtprotoAdminDefsModEventViewEvent
- Model.ComAtprotoAdminDefsModeration
- Model.ComAtprotoAdminDefsModerationDetail
- Model.ComAtprotoAdminDefsRecordView
- Model.ComAtprotoAdminDefsRecordViewDetail
- Model.ComAtprotoAdminDefsRecordViewNotFound
- Model.ComAtprotoAdminDefsRepoBlobRef
- Model.ComAtprotoAdminDefsRepoRef
- Model.ComAtprotoAdminDefsRepoView
- Model.ComAtprotoAdminDefsRepoViewDetail
- Model.ComAtprotoAdminDefsRepoViewNotFound
- Model.ComAtprotoAdminDefsReportView
- Model.ComAtprotoAdminDefsReportViewDetail
- Model.ComAtprotoAdminDefsStatusAttr
- Model.ComAtprotoAdminDefsSubjectReviewState
- Model.ComAtprotoAdminDefsSubjectStatusView
- Model.ComAtprotoAdminDefsVideoDetails
- Model.ComAtprotoAdminDeleteAccountRequest
- Model.ComAtprotoAdminDeleteCommunicationTemplateRequest
- Model.ComAtprotoAdminDisableAccountInvitesRequest
- Model.ComAtprotoAdminDisableInviteCodesRequest
- Model.ComAtprotoAdminEmitModerationEvent400Response
- Model.ComAtprotoAdminEmitModerationEventRequest
- Model.ComAtprotoAdminEmitModerationEventRequestEvent
- Model.ComAtprotoAdminEmitModerationEventRequestSubject
- Model.ComAtprotoAdminEnableAccountInvitesRequest
- Model.ComAtprotoAdminGetInviteCodes200Response
- Model.ComAtprotoAdminGetRecord400Response
- Model.ComAtprotoAdminGetRepo400Response
- Model.ComAtprotoAdminGetSubjectStatus200Response
- Model.ComAtprotoAdminGetSubjectStatus200ResponseSubject
- Model.ComAtprotoAdminListCommunicationTemplates200Response
- Model.ComAtprotoAdminQueryModerationEvents200Response
- Model.ComAtprotoAdminQueryModerationStatuses200Response
- Model.ComAtprotoAdminSearchRepos200Response
- Model.ComAtprotoAdminSendEmail200Response
- Model.ComAtprotoAdminSendEmailRequest
- Model.ComAtprotoAdminUpdateAccountEmailRequest
- Model.ComAtprotoAdminUpdateAccountHandleRequest
- Model.ComAtprotoAdminUpdateAccountPassword400Response
- Model.ComAtprotoAdminUpdateAccountPasswordRequest
- Model.ComAtprotoAdminUpdateCommunicationTemplateRequest
- Model.ComAtprotoIdentityGetRecommendedDidCredentials200Response
- Model.ComAtprotoIdentitySignPlcOperation200Response
- Model.ComAtprotoIdentitySignPlcOperationRequest
- Model.ComAtprotoIdentityUpdateHandleRequest
- Model.ComAtprotoLabelDefsLabel
- Model.ComAtprotoLabelDefsSelfLabel
- Model.ComAtprotoLabelDefsSelfLabels
- Model.ComAtprotoLabelSubscribeLabelsInfo
- Model.ComAtprotoLabelSubscribeLabelsLabels
- Model.ComAtprotoModerationCreateReport200Response
- Model.ComAtprotoModerationCreateReportRequest
- Model.ComAtprotoModerationDefsReasonType
- Model.ComAtprotoRepoApplyWrites400Response
- Model.ComAtprotoRepoApplyWritesCreate
- Model.ComAtprotoRepoApplyWritesDelete
- Model.ComAtprotoRepoApplyWritesRequest
- Model.ComAtprotoRepoApplyWritesRequestWritesInner
- Model.ComAtprotoRepoApplyWritesUpdate
- Model.ComAtprotoRepoCreateRecord200Response
- Model.ComAtprotoRepoCreateRecordRequest
- Model.ComAtprotoRepoDeleteRecordRequest
- Model.ComAtprotoRepoDescribeRepo200Response
- Model.ComAtprotoRepoGetRecord200Response
- Model.ComAtprotoRepoListMissingBlobs200Response
- Model.ComAtprotoRepoListMissingBlobsRecordBlob
- Model.ComAtprotoRepoListRecords200Response
- Model.ComAtprotoRepoListRecordsRecord
- Model.ComAtprotoRepoPutRecordRequest
- Model.ComAtprotoRepoStrongRef
- Model.ComAtprotoRepoUploadBlob200Response
- Model.ComAtprotoServerCheckAccountStatus200Response
- Model.ComAtprotoServerConfirmEmail400Response
- Model.ComAtprotoServerConfirmEmailRequest
- Model.ComAtprotoServerCreateAccount200Response
- Model.ComAtprotoServerCreateAccount400Response
- Model.ComAtprotoServerCreateAccountRequest
- Model.ComAtprotoServerCreateAppPassword400Response
- Model.ComAtprotoServerCreateAppPasswordAppPassword
- Model.ComAtprotoServerCreateAppPasswordRequest
- Model.ComAtprotoServerCreateInviteCode200Response
- Model.ComAtprotoServerCreateInviteCodeRequest
- Model.ComAtprotoServerCreateInviteCodes200Response
- Model.ComAtprotoServerCreateInviteCodesAccountCodes
- Model.ComAtprotoServerCreateInviteCodesRequest
- Model.ComAtprotoServerCreateSession200Response
- Model.ComAtprotoServerCreateSession400Response
- Model.ComAtprotoServerCreateSessionRequest
- Model.ComAtprotoServerDeactivateAccountRequest
- Model.ComAtprotoServerDefsInviteCode
- Model.ComAtprotoServerDefsInviteCodeUse
- Model.ComAtprotoServerDeleteAccountRequest
- Model.ComAtprotoServerDescribeServer200Response
- Model.ComAtprotoServerDescribeServerLinks
- Model.ComAtprotoServerGetAccountInviteCodes200Response
- Model.ComAtprotoServerGetAccountInviteCodes400Response
- Model.ComAtprotoServerGetServiceAuth200Response
- Model.ComAtprotoServerGetSession200Response
- Model.ComAtprotoServerListAppPasswords200Response
- Model.ComAtprotoServerListAppPasswordsAppPassword
- Model.ComAtprotoServerRefreshSession200Response
- Model.ComAtprotoServerRequestEmailUpdate200Response
- Model.ComAtprotoServerRequestPasswordResetRequest
- Model.ComAtprotoServerReserveSigningKey200Response
- Model.ComAtprotoServerReserveSigningKeyRequest
- Model.ComAtprotoServerResetPasswordRequest
- Model.ComAtprotoServerRevokeAppPasswordRequest
- Model.ComAtprotoServerUpdateEmail400Response
- Model.ComAtprotoServerUpdateEmailRequest
- Model.ComAtprotoSyncGetLatestCommit200Response
- Model.ComAtprotoSyncGetLatestCommit400Response
- Model.ComAtprotoSyncListBlobs200Response
- Model.ComAtprotoSyncListRepos200Response
- Model.ComAtprotoSyncListReposRepo
- Model.ComAtprotoSyncSubscribeReposCommit
- Model.ComAtprotoSyncSubscribeReposHandle
- Model.ComAtprotoSyncSubscribeReposIdentity
- Model.ComAtprotoSyncSubscribeReposInfo
- Model.ComAtprotoSyncSubscribeReposMigrate
- Model.ComAtprotoSyncSubscribeReposRepoOp
- Model.ComAtprotoSyncSubscribeReposTombstone
Authentication schemes defined for the API:
- Type: Bearer Authentication