dropbox_api 0.1.20 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +20 -0
- data/TODO.md +8 -0
- data/docs/DropboxApi/Authenticator.html +8 -14
- data/docs/DropboxApi/ChunkedUploader.html +2 -2
- data/docs/DropboxApi/Client.html +344 -16
- data/docs/DropboxApi/ConnectionBuilder.html +259 -24
- data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +5 -5
- data/docs/DropboxApi/Endpoints/Auth.html +2 -2
- data/docs/DropboxApi/Endpoints/Base.html +88 -7
- data/docs/DropboxApi/Endpoints/ContentDownload.html +22 -33
- data/docs/DropboxApi/Endpoints/ContentUpload.html +22 -33
- data/docs/DropboxApi/Endpoints/Files/Copy.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CopyBatch.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CopyBatchCheck.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatch.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Delete.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/DeleteBatch.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/DeleteBatchCheck.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Download.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/GetPreview.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +6 -6
- data/docs/DropboxApi/Endpoints/Files/ListFolder.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +6 -6
- data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Move.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Restore.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/Search.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/SearchContinue.html +300 -0
- data/docs/DropboxApi/Endpoints/Files/Upload.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +5 -5
- data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +5 -5
- data/docs/DropboxApi/Endpoints/Files.html +4 -4
- data/docs/DropboxApi/Endpoints/Rpc.html +23 -34
- data/docs/DropboxApi/Endpoints/RpcContent.html +21 -26
- data/docs/DropboxApi/Endpoints/RpcNotify.html +21 -26
- data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +5 -5
- data/docs/DropboxApi/Endpoints/Sharing.html +2 -2
- data/docs/DropboxApi/Endpoints/Users/GetAccount.html +5 -5
- data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +5 -5
- data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +5 -5
- data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +5 -5
- data/docs/DropboxApi/Endpoints/Users.html +2 -2
- data/docs/DropboxApi/Endpoints.html +2 -2
- data/docs/DropboxApi/Errors/AddFileMemberError.html +2 -2
- data/docs/DropboxApi/Errors/AddFolderMemberError.html +2 -2
- data/docs/DropboxApi/Errors/AddMemberSelectorError.html +2 -2
- data/docs/DropboxApi/Errors/AlreadySharedError.html +2 -2
- data/docs/DropboxApi/Errors/BadPathError.html +2 -2
- data/docs/DropboxApi/Errors/BasicError.html +3 -3
- data/docs/DropboxApi/Errors/CantCopySharedFolderError.html +2 -2
- data/docs/DropboxApi/Errors/CantMoveFolderIntoItselfError.html +2 -2
- data/docs/DropboxApi/Errors/CantNestSharedFolderError.html +2 -2
- data/docs/DropboxApi/Errors/CantShareOutsideTeamError.html +2 -2
- data/docs/DropboxApi/Errors/ContainsSharedFolderError.html +2 -2
- data/docs/DropboxApi/Errors/ConversionError.html +2 -2
- data/docs/DropboxApi/Errors/CreateFileRequestError.html +2 -2
- data/docs/DropboxApi/Errors/CreateFolderBatchError.html +2 -2
- data/docs/DropboxApi/Errors/CreateFolderError.html +2 -2
- data/docs/DropboxApi/Errors/CreateSharedLinkWithSettingsError.html +2 -2
- data/docs/DropboxApi/Errors/CursorClosedError.html +2 -2
- data/docs/DropboxApi/Errors/CursorNotClosedError.html +2 -2
- data/docs/DropboxApi/Errors/DeleteError.html +2 -2
- data/docs/DropboxApi/Errors/DisallowedNameError.html +2 -2
- data/docs/DropboxApi/Errors/DisallowedSharedLinkPolicyError.html +2 -2
- data/docs/DropboxApi/Errors/DownloadError.html +2 -2
- data/docs/DropboxApi/Errors/DownloadFailedError.html +2 -2
- data/docs/DropboxApi/Errors/EmailUnverifiedError.html +2 -2
- data/docs/DropboxApi/Errors/ExpiredAccessTokenError.html +143 -0
- data/docs/DropboxApi/Errors/FileAncestorConflictError.html +2 -2
- data/docs/DropboxApi/Errors/FileConflictError.html +2 -2
- data/docs/DropboxApi/Errors/FileMemberActionError.html +2 -2
- data/docs/DropboxApi/Errors/FolderConflictError.html +2 -2
- data/docs/DropboxApi/Errors/GetAccountError.html +2 -2
- data/docs/DropboxApi/Errors/GetCopyReferenceError.html +2 -2
- data/docs/DropboxApi/Errors/GetMetadataError.html +2 -2
- data/docs/DropboxApi/Errors/GroupDeletedError.html +2 -2
- data/docs/DropboxApi/Errors/GroupNotOnTeamError.html +2 -2
- data/docs/DropboxApi/Errors/HttpError.html +2 -2
- data/docs/DropboxApi/Errors/InProgressError.html +2 -2
- data/docs/DropboxApi/Errors/InsideAppFolderError.html +2 -2
- data/docs/DropboxApi/Errors/InsideOsxPackageError.html +2 -2
- data/docs/DropboxApi/Errors/InsidePublicFolderError.html +2 -2
- data/docs/DropboxApi/Errors/InsideSharedFolderError.html +2 -2
- data/docs/DropboxApi/Errors/InsufficientPlanError.html +2 -2
- data/docs/DropboxApi/Errors/InsufficientSpaceError.html +2 -2
- data/docs/DropboxApi/Errors/InternalError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidCommentError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidCopyReferenceError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidCursorError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidDropboxIdError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidEmailError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidFileError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidIdError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidMemberError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidPathError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidRevisionError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidSettingsError.html +2 -2
- data/docs/DropboxApi/Errors/InvalidUrlError.html +2 -2
- data/docs/DropboxApi/Errors/IsAppFolderError.html +2 -2
- data/docs/DropboxApi/Errors/IsFileError.html +2 -2
- data/docs/DropboxApi/Errors/IsFolderError.html +2 -2
- data/docs/DropboxApi/Errors/IsOsxPackageError.html +2 -2
- data/docs/DropboxApi/Errors/IsPublicFolderError.html +2 -2
- data/docs/DropboxApi/Errors/ListFolderContinueError.html +2 -2
- data/docs/DropboxApi/Errors/ListFolderError.html +2 -2
- data/docs/DropboxApi/Errors/ListFolderLongpollError.html +2 -2
- data/docs/DropboxApi/Errors/ListRevisionsError.html +2 -2
- data/docs/DropboxApi/Errors/ListSharedLinksError.html +2 -2
- data/docs/DropboxApi/Errors/LookupError.html +2 -2
- data/docs/DropboxApi/Errors/MalformedPathError.html +2 -2
- data/docs/DropboxApi/Errors/NoAccountError.html +2 -2
- data/docs/DropboxApi/Errors/NoPermissionError.html +2 -2
- data/docs/DropboxApi/Errors/NoWritePermissionError.html +2 -2
- data/docs/DropboxApi/Errors/NotAMemberError.html +2 -2
- data/docs/DropboxApi/Errors/NotFileError.html +2 -2
- data/docs/DropboxApi/Errors/NotFolderError.html +2 -2
- data/docs/DropboxApi/Errors/NotFoundError.html +2 -2
- data/docs/DropboxApi/Errors/PollError.html +2 -2
- data/docs/DropboxApi/Errors/PreviewError.html +2 -2
- data/docs/DropboxApi/Errors/RateLimitError.html +2 -2
- data/docs/DropboxApi/Errors/RelocationBatchEntryError.html +2 -2
- data/docs/DropboxApi/Errors/RelocationError.html +2 -2
- data/docs/DropboxApi/Errors/RestoreError.html +2 -2
- data/docs/DropboxApi/Errors/RestrictedContentError.html +2 -2
- data/docs/DropboxApi/Errors/RevokeSharedLinkError.html +2 -2
- data/docs/DropboxApi/Errors/SaveCopyReferenceError.html +2 -2
- data/docs/DropboxApi/Errors/SaveUrlError.html +2 -2
- data/docs/DropboxApi/Errors/SearchError.html +2 -2
- data/docs/DropboxApi/Errors/SettingsError.html +2 -2
- data/docs/DropboxApi/Errors/ShareFolderError.html +2 -2
- data/docs/DropboxApi/Errors/SharePathError.html +2 -2
- data/docs/DropboxApi/Errors/SharedFolderAccessError.html +2 -2
- data/docs/DropboxApi/Errors/SharedLinkAccessDeniedError.html +2 -2
- data/docs/DropboxApi/Errors/SharedLinkAlreadyExistsError.html +2 -2
- data/docs/DropboxApi/Errors/SharedLinkError.html +2 -2
- data/docs/DropboxApi/Errors/SharedLinkMalformedError.html +2 -2
- data/docs/DropboxApi/Errors/SharedLinkNotFoundError.html +2 -2
- data/docs/DropboxApi/Errors/SharingFileAccessError.html +2 -2
- data/docs/DropboxApi/Errors/SharingUserError.html +2 -2
- data/docs/DropboxApi/Errors/TeamFolderError.html +2 -2
- data/docs/DropboxApi/Errors/TeamPolicyDisallowsMemberPolicyError.html +2 -2
- data/docs/DropboxApi/Errors/ThumbnailBatchError.html +2 -2
- data/docs/DropboxApi/Errors/ThumbnailError.html +2 -2
- data/docs/DropboxApi/Errors/TooManyFilesError.html +2 -2
- data/docs/DropboxApi/Errors/TooManyMembersError.html +2 -2
- data/docs/DropboxApi/Errors/TooManyPendingInvitesError.html +2 -2
- data/docs/DropboxApi/Errors/TooManyRequestsError.html +2 -2
- data/docs/DropboxApi/Errors/TooManySharedFolderTargetsError.html +2 -2
- data/docs/DropboxApi/Errors/TooManyWriteOperationsError.html +2 -2
- data/docs/DropboxApi/Errors/UnmountedError.html +2 -2
- data/docs/DropboxApi/Errors/UnshareFileError.html +2 -2
- data/docs/DropboxApi/Errors/UnsupportedContentError.html +2 -2
- data/docs/DropboxApi/Errors/UnsupportedExtensionError.html +2 -2
- data/docs/DropboxApi/Errors/UnsupportedImageError.html +2 -2
- data/docs/DropboxApi/Errors/UnsupportedLinkTypeError.html +2 -2
- data/docs/DropboxApi/Errors/UnverifiedDropboxId.html +2 -2
- data/docs/DropboxApi/Errors/UploadError.html +2 -2
- data/docs/DropboxApi/Errors/UploadSessionFinishError.html +2 -2
- data/docs/DropboxApi/Errors/UploadSessionLookupError.html +2 -2
- data/docs/DropboxApi/Errors/UploadSessionOffsetError.html +2 -2
- data/docs/DropboxApi/Errors/UploadWriteFailedError.html +2 -2
- data/docs/DropboxApi/Errors/WriteConflictError.html +2 -2
- data/docs/DropboxApi/Errors/WriteError.html +2 -2
- data/docs/DropboxApi/Errors.html +4 -4
- data/docs/DropboxApi/Metadata/AccessLevel.html +2 -2
- data/docs/DropboxApi/Metadata/AddFileMemberResult.html +2 -2
- data/docs/DropboxApi/Metadata/AddMember.html +2 -2
- data/docs/DropboxApi/Metadata/Base.html +3 -3
- data/docs/DropboxApi/Metadata/BasicAccount.html +8 -3
- data/docs/DropboxApi/Metadata/CommitInfo.html +2 -2
- data/docs/DropboxApi/Metadata/Deleted.html +2 -2
- data/docs/DropboxApi/Metadata/Dimensions.html +2 -2
- data/docs/DropboxApi/Metadata/Field.html +2 -2
- data/docs/DropboxApi/Metadata/File.html +2 -2
- data/docs/DropboxApi/Metadata/FileCategoriesList.html +2 -2
- data/docs/DropboxApi/Metadata/FileCategory.html +2 -2
- data/docs/DropboxApi/Metadata/FileExtensionsList.html +2 -2
- data/docs/DropboxApi/Metadata/FileLinkMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/FileMemberAction.html +2 -2
- data/docs/DropboxApi/Metadata/FileRequest.html +2 -2
- data/docs/DropboxApi/Metadata/FileStatus.html +2 -2
- data/docs/DropboxApi/Metadata/Folder.html +2 -2
- data/docs/DropboxApi/Metadata/FolderLinkMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/FolderSharingInfo.html +2 -2
- data/docs/DropboxApi/Metadata/LinkPermissions.html +2 -2
- data/docs/DropboxApi/Metadata/Location.html +2 -2
- data/docs/DropboxApi/Metadata/MediaInfo.html +2 -2
- data/docs/DropboxApi/Metadata/MediaMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/Member.html +2 -2
- data/docs/DropboxApi/Metadata/MemberAction.html +2 -2
- data/docs/DropboxApi/Metadata/MemberActionList.html +2 -2
- data/docs/DropboxApi/Metadata/MemberPermission.html +2 -2
- data/docs/DropboxApi/Metadata/MemberPermissionList.html +2 -2
- data/docs/DropboxApi/Metadata/MetadataV2.html +2 -2
- data/docs/DropboxApi/Metadata/Name.html +2 -2
- data/docs/DropboxApi/Metadata/NamespaceId.html +210 -0
- data/docs/DropboxApi/Metadata/ParentFolderAccessInfo.html +2 -2
- data/docs/DropboxApi/Metadata/PhotoMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/Resource.html +2 -2
- data/docs/DropboxApi/Metadata/RootInfo.html +227 -0
- data/docs/DropboxApi/Metadata/SearchMatchFieldOptions.html +2 -2
- data/docs/DropboxApi/Metadata/SearchMatchTypeV2.html +2 -2
- data/docs/DropboxApi/Metadata/SearchMatchV2.html +2 -2
- data/docs/DropboxApi/Metadata/SearchOptions.html +2 -2
- data/docs/DropboxApi/Metadata/SearchOrderBy.html +2 -2
- data/docs/DropboxApi/Metadata/SharedFolder.html +2 -2
- data/docs/DropboxApi/Metadata/SharedFolderPolicy.html +2 -2
- data/docs/DropboxApi/Metadata/SharedLink.html +2 -2
- data/docs/DropboxApi/Metadata/SharedLinkMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/SpaceAllocation.html +2 -2
- data/docs/DropboxApi/Metadata/SpaceUsage.html +2 -2
- data/docs/DropboxApi/Metadata/Tag.html +2 -2
- data/docs/DropboxApi/Metadata/Team.html +2 -2
- data/docs/DropboxApi/Metadata/TeamMemberInfo.html +2 -2
- data/docs/DropboxApi/Metadata/TeamRootInfo.html +140 -0
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultData.html +2 -2
- data/docs/DropboxApi/Metadata/ThumbnailBatchResultEntry.html +2 -2
- data/docs/DropboxApi/Metadata/UploadSessionCursor.html +2 -2
- data/docs/DropboxApi/Metadata/UserRootInfo.html +140 -0
- data/docs/DropboxApi/Metadata/VideoMetadata.html +2 -2
- data/docs/DropboxApi/Metadata/WriteMode.html +2 -2
- data/docs/DropboxApi/Metadata.html +4 -4
- data/docs/DropboxApi/MiddleWare/DecodeResult.html +2 -2
- data/docs/DropboxApi/MiddleWare/PathRoot.html +412 -0
- data/docs/DropboxApi/MiddleWare/Stack.html +2 -2
- data/docs/DropboxApi/MiddleWare.html +4 -4
- data/docs/DropboxApi/OptionsValidator.html +3 -3
- data/docs/DropboxApi/ResultBuilder.html +2 -2
- data/docs/DropboxApi/Results/AddFileMemberResultList.html +2 -2
- data/docs/DropboxApi/Results/Base.html +2 -2
- data/docs/DropboxApi/Results/BasicAccountBatch.html +2 -2
- data/docs/DropboxApi/Results/CopyBatchResult.html +2 -2
- data/docs/DropboxApi/Results/CreateFolderBatchResult.html +2 -2
- data/docs/DropboxApi/Results/CreateFolderBatchResultEntry.html +2 -2
- data/docs/DropboxApi/Results/DeleteBatchResult.html +2 -2
- data/docs/DropboxApi/Results/DeleteBatchResultEntry.html +2 -2
- data/docs/DropboxApi/Results/GetCopyReferenceResult.html +2 -2
- data/docs/DropboxApi/Results/GetTemporaryLinkResult.html +2 -2
- data/docs/DropboxApi/Results/GetThumbnailBatchResult.html +2 -2
- data/docs/DropboxApi/Results/ListFolderGetLatestCursorResult.html +2 -2
- data/docs/DropboxApi/Results/ListFolderLongpollResult.html +2 -2
- data/docs/DropboxApi/Results/ListFolderResult.html +2 -2
- data/docs/DropboxApi/Results/ListRevisionsResult.html +2 -2
- data/docs/DropboxApi/Results/ListSharedLinksResult.html +2 -2
- data/docs/DropboxApi/Results/RelocationBatchResult.html +2 -2
- data/docs/DropboxApi/Results/RelocationBatchResultEntry.html +2 -2
- data/docs/DropboxApi/Results/SaveCopyReferenceResult.html +2 -2
- data/docs/DropboxApi/Results/SaveUrlJobStatus.html +2 -2
- data/docs/DropboxApi/Results/SaveUrlResult.html +2 -2
- data/docs/DropboxApi/Results/Search/Match.html +2 -2
- data/docs/DropboxApi/Results/Search.html +2 -2
- data/docs/DropboxApi/Results/SearchV2Result.html +6 -6
- data/docs/DropboxApi/Results/ShareFolderLaunch.html +2 -2
- data/docs/DropboxApi/Results/SharedFileMembers.html +2 -2
- data/docs/DropboxApi/Results/SharedFolderMembers.html +2 -2
- data/docs/DropboxApi/Results/UploadSessionStart.html +2 -2
- data/docs/DropboxApi/Results/VoidResult.html +2 -2
- data/docs/DropboxApi/Results.html +2 -2
- data/docs/DropboxApi.html +3 -3
- data/docs/DropboxScaffoldBuilder.html +2 -2
- data/docs/_index.html +61 -12
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +110 -24
- data/docs/file.api_coverage.html +2 -2
- data/docs/file.rails_setup.html +2 -2
- data/docs/index.html +110 -24
- data/docs/method_list.html +437 -325
- data/docs/top-level-namespace.html +2 -2
- data/dropbox_api.gemspec +2 -6
- data/lib/dropbox_api/connection_builder.rb +1 -1
- data/lib/dropbox_api/endpoints/rpc_notify.rb +1 -1
- data/lib/dropbox_api/version.rb +1 -1
- metadata +15 -78
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
204
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
204
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
215
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
215
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
216
216
|
<div id="constructor_details" class="method_details_list">
|
|
217
217
|
<h2>Constructor Details</h2>
|
|
218
218
|
|
|
219
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
219
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
220
220
|
|
|
221
221
|
</div>
|
|
222
222
|
|
|
@@ -334,9 +334,9 @@ a password, this parameter can be used.</p>
|
|
|
334
334
|
</div>
|
|
335
335
|
|
|
336
336
|
<div id="footer">
|
|
337
|
-
Generated on
|
|
337
|
+
Generated on Wed Sep 29 23:44:28 2021 by
|
|
338
338
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
339
|
-
0.9.26 (ruby-2.5
|
|
339
|
+
0.9.26 (ruby-2.6.5).
|
|
340
340
|
</div>
|
|
341
341
|
|
|
342
342
|
</div>
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
204
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
204
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
215
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
215
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
216
216
|
<div id="constructor_details" class="method_details_list">
|
|
217
217
|
<h2>Constructor Details</h2>
|
|
218
218
|
|
|
219
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
219
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
220
220
|
|
|
221
221
|
</div>
|
|
222
222
|
|
|
@@ -411,9 +411,9 @@ for this field is 100.</p>
|
|
|
411
411
|
</div>
|
|
412
412
|
|
|
413
413
|
<div id="footer">
|
|
414
|
-
Generated on
|
|
414
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
415
415
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
416
|
-
0.9.26 (ruby-2.5
|
|
416
|
+
0.9.26 (ruby-2.6.5).
|
|
417
417
|
</div>
|
|
418
418
|
|
|
419
419
|
</div>
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
204
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
204
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
215
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
215
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
216
216
|
<div id="constructor_details" class="method_details_list">
|
|
217
217
|
<h2>Constructor Details</h2>
|
|
218
218
|
|
|
219
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
219
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
220
220
|
|
|
221
221
|
</div>
|
|
222
222
|
|
|
@@ -390,9 +390,9 @@ for this field is 1000.</p>
|
|
|
390
390
|
</div>
|
|
391
391
|
|
|
392
392
|
<div id="footer">
|
|
393
|
-
Generated on
|
|
393
|
+
Generated on Wed Sep 29 23:44:28 2021 by
|
|
394
394
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
395
|
-
0.9.26 (ruby-2.5
|
|
395
|
+
0.9.26 (ruby-2.6.5).
|
|
396
396
|
</div>
|
|
397
397
|
|
|
398
398
|
</div>
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
204
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
204
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
215
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
215
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
216
216
|
<div id="constructor_details" class="method_details_list">
|
|
217
217
|
<h2>Constructor Details</h2>
|
|
218
218
|
|
|
219
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
219
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
220
220
|
|
|
221
221
|
</div>
|
|
222
222
|
|
|
@@ -335,9 +335,9 @@ be suppressed by setting direct_only to true.</p>
|
|
|
335
335
|
</div>
|
|
336
336
|
|
|
337
337
|
<div id="footer">
|
|
338
|
-
Generated on
|
|
338
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
339
339
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
340
|
-
0.9.26 (ruby-2.5
|
|
340
|
+
0.9.26 (ruby-2.6.5).
|
|
341
341
|
</div>
|
|
342
342
|
|
|
343
343
|
</div>
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
188
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
188
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
199
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
199
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
200
200
|
<div id="constructor_details" class="method_details_list">
|
|
201
201
|
<h2>Constructor Details</h2>
|
|
202
202
|
|
|
203
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
203
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
204
204
|
|
|
205
205
|
</div>
|
|
206
206
|
|
|
@@ -283,9 +283,9 @@ if there are shared links leading to any of the file parent folders. </p>
|
|
|
283
283
|
</div>
|
|
284
284
|
|
|
285
285
|
<div id="footer">
|
|
286
|
-
Generated on
|
|
286
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
287
287
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
288
|
-
0.9.26 (ruby-2.5
|
|
288
|
+
0.9.26 (ruby-2.6.5).
|
|
289
289
|
</div>
|
|
290
290
|
|
|
291
291
|
</div>
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
|
|
202
202
|
|
|
203
203
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
204
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
204
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
205
205
|
|
|
206
206
|
|
|
207
207
|
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
215
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
215
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
216
216
|
<div id="constructor_details" class="method_details_list">
|
|
217
217
|
<h2>Constructor Details</h2>
|
|
218
218
|
|
|
219
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
219
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
220
220
|
|
|
221
221
|
</div>
|
|
222
222
|
|
|
@@ -418,9 +418,9 @@ happen asynchronously. The default for this field is <code>false</code>.</p>
|
|
|
418
418
|
</div>
|
|
419
419
|
|
|
420
420
|
<div id="footer">
|
|
421
|
-
Generated on
|
|
421
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
422
422
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
423
|
-
0.9.26 (ruby-2.5
|
|
423
|
+
0.9.26 (ruby-2.6.5).
|
|
424
424
|
</div>
|
|
425
425
|
|
|
426
426
|
</div>
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
188
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
188
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
199
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
199
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
200
200
|
<div id="constructor_details" class="method_details_list">
|
|
201
201
|
<h2>Constructor Details</h2>
|
|
202
202
|
|
|
203
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
203
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
204
204
|
|
|
205
205
|
</div>
|
|
206
206
|
|
|
@@ -280,9 +280,9 @@
|
|
|
280
280
|
</div>
|
|
281
281
|
|
|
282
282
|
<div id="footer">
|
|
283
|
-
Generated on
|
|
283
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
284
284
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
285
|
-
0.9.26 (ruby-2.5
|
|
285
|
+
0.9.26 (ruby-2.6.5).
|
|
286
286
|
</div>
|
|
287
287
|
|
|
288
288
|
</div>
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
<div id="footer">
|
|
110
|
-
Generated on
|
|
110
|
+
Generated on Wed Sep 29 23:44:24 2021 by
|
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
112
|
-
0.9.26 (ruby-2.5
|
|
112
|
+
0.9.26 (ruby-2.6.5).
|
|
113
113
|
</div>
|
|
114
114
|
|
|
115
115
|
</div>
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
188
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
188
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
199
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
199
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
200
200
|
<div id="constructor_details" class="method_details_list">
|
|
201
201
|
<h2>Constructor Details</h2>
|
|
202
202
|
|
|
203
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
203
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
204
204
|
|
|
205
205
|
</div>
|
|
206
206
|
|
|
@@ -291,9 +291,9 @@
|
|
|
291
291
|
</div>
|
|
292
292
|
|
|
293
293
|
<div id="footer">
|
|
294
|
-
Generated on
|
|
294
|
+
Generated on Wed Sep 29 23:44:26 2021 by
|
|
295
295
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
296
|
-
0.9.26 (ruby-2.5
|
|
296
|
+
0.9.26 (ruby-2.6.5).
|
|
297
297
|
</div>
|
|
298
298
|
|
|
299
299
|
</div>
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
188
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
188
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
199
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
199
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
200
200
|
<div id="constructor_details" class="method_details_list">
|
|
201
201
|
<h2>Constructor Details</h2>
|
|
202
202
|
|
|
203
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
203
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
204
204
|
|
|
205
205
|
</div>
|
|
206
206
|
|
|
@@ -293,9 +293,9 @@ contain any duplicate account IDs.</p>
|
|
|
293
293
|
</div>
|
|
294
294
|
|
|
295
295
|
<div id="footer">
|
|
296
|
-
Generated on
|
|
296
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
298
|
-
0.9.26 (ruby-2.5
|
|
298
|
+
0.9.26 (ruby-2.6.5).
|
|
299
299
|
</div>
|
|
300
300
|
|
|
301
301
|
</div>
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
188
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
188
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
199
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
199
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
200
200
|
<div id="constructor_details" class="method_details_list">
|
|
201
201
|
<h2>Constructor Details</h2>
|
|
202
202
|
|
|
203
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
203
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
204
204
|
|
|
205
205
|
</div>
|
|
206
206
|
|
|
@@ -272,9 +272,9 @@
|
|
|
272
272
|
</div>
|
|
273
273
|
|
|
274
274
|
<div id="footer">
|
|
275
|
-
Generated on
|
|
275
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
276
276
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
277
|
-
0.9.26 (ruby-2.5
|
|
277
|
+
0.9.26 (ruby-2.6.5).
|
|
278
278
|
</div>
|
|
279
279
|
|
|
280
280
|
</div>
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Rpc.html" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></h3>
|
|
188
|
-
<p class="inherited"><span class='object_link'><a href="../Rpc.html#
|
|
188
|
+
<p class="inherited"><span class='object_link'><a href="../Rpc.html#build_connection-instance_method" title="DropboxApi::Endpoints::Rpc#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../Rpc.html#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#request_body-instance_method" title="DropboxApi::Endpoints::Rpc#request_body (method)">#request_body</a></span></p>
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
@@ -196,11 +196,11 @@
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
|
|
199
|
-
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span></p>
|
|
199
|
+
<p class="inherited"><span class='object_link'><a href="../Base.html#add_endpoint-class_method" title="DropboxApi::Endpoints::Base.add_endpoint (method)">add_endpoint</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">#initialize</a></span></p>
|
|
200
200
|
<div id="constructor_details" class="method_details_list">
|
|
201
201
|
<h2>Constructor Details</h2>
|
|
202
202
|
|
|
203
|
-
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../
|
|
203
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="DropboxApi::Endpoints::Base#initialize (method)">DropboxApi::Endpoints::Base</a></span></p>
|
|
204
204
|
|
|
205
205
|
</div>
|
|
206
206
|
|
|
@@ -272,9 +272,9 @@
|
|
|
272
272
|
</div>
|
|
273
273
|
|
|
274
274
|
<div id="footer">
|
|
275
|
-
Generated on
|
|
275
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
276
276
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
277
|
-
0.9.26 (ruby-2.5
|
|
277
|
+
0.9.26 (ruby-2.6.5).
|
|
278
278
|
</div>
|
|
279
279
|
|
|
280
280
|
</div>
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
<div id="footer">
|
|
110
|
-
Generated on
|
|
110
|
+
Generated on Wed Sep 29 23:44:24 2021 by
|
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
112
|
-
0.9.26 (ruby-2.5
|
|
112
|
+
0.9.26 (ruby-2.6.5).
|
|
113
113
|
</div>
|
|
114
114
|
|
|
115
115
|
</div>
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
</div>
|
|
110
110
|
|
|
111
111
|
<div id="footer">
|
|
112
|
-
Generated on
|
|
112
|
+
Generated on Wed Sep 29 23:44:24 2021 by
|
|
113
113
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
114
|
-
0.9.26 (ruby-2.5
|
|
114
|
+
0.9.26 (ruby-2.6.5).
|
|
115
115
|
</div>
|
|
116
116
|
|
|
117
117
|
</div>
|
|
@@ -154,9 +154,9 @@
|
|
|
154
154
|
</div>
|
|
155
155
|
|
|
156
156
|
<div id="footer">
|
|
157
|
-
Generated on
|
|
157
|
+
Generated on Wed Sep 29 23:44:26 2021 by
|
|
158
158
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
159
|
-
0.9.26 (ruby-2.5
|
|
159
|
+
0.9.26 (ruby-2.6.5).
|
|
160
160
|
</div>
|
|
161
161
|
|
|
162
162
|
</div>
|
|
@@ -160,9 +160,9 @@
|
|
|
160
160
|
</div>
|
|
161
161
|
|
|
162
162
|
<div id="footer">
|
|
163
|
-
Generated on
|
|
163
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
164
164
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
165
|
-
0.9.26 (ruby-2.5
|
|
165
|
+
0.9.26 (ruby-2.6.5).
|
|
166
166
|
</div>
|
|
167
167
|
|
|
168
168
|
</div>
|
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
</div>
|
|
156
156
|
|
|
157
157
|
<div id="footer">
|
|
158
|
-
Generated on
|
|
158
|
+
Generated on Wed Sep 29 23:44:27 2021 by
|
|
159
159
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
160
|
-
0.9.26 (ruby-2.5
|
|
160
|
+
0.9.26 (ruby-2.6.5).
|
|
161
161
|
</div>
|
|
162
162
|
|
|
163
163
|
</div>
|
|
@@ -203,9 +203,9 @@
|
|
|
203
203
|
</div>
|
|
204
204
|
|
|
205
205
|
<div id="footer">
|
|
206
|
-
Generated on
|
|
206
|
+
Generated on Wed Sep 29 23:44:26 2021 by
|
|
207
207
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
208
|
-
0.9.26 (ruby-2.5
|
|
208
|
+
0.9.26 (ruby-2.6.5).
|
|
209
209
|
</div>
|
|
210
210
|
|
|
211
211
|
</div>
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
</div>
|
|
134
134
|
|
|
135
135
|
<div id="footer">
|
|
136
|
-
Generated on
|
|
136
|
+
Generated on Wed Sep 29 23:44:25 2021 by
|
|
137
137
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
138
|
-
0.9.26 (ruby-2.5
|
|
138
|
+
0.9.26 (ruby-2.6.5).
|
|
139
139
|
</div>
|
|
140
140
|
|
|
141
141
|
</div>
|