dropbox_api 0.1.20 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (297) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +20 -0
  3. data/TODO.md +8 -0
  4. data/docs/DropboxApi/Authenticator.html +8 -14
  5. data/docs/DropboxApi/ChunkedUploader.html +2 -2
  6. data/docs/DropboxApi/Client.html +344 -16
  7. data/docs/DropboxApi/ConnectionBuilder.html +259 -24
  8. data/docs/DropboxApi/Endpoints/Auth/TokenRevoke.html +5 -5
  9. data/docs/DropboxApi/Endpoints/Auth.html +2 -2
  10. data/docs/DropboxApi/Endpoints/Base.html +88 -7
  11. data/docs/DropboxApi/Endpoints/ContentDownload.html +22 -33
  12. data/docs/DropboxApi/Endpoints/ContentUpload.html +22 -33
  13. data/docs/DropboxApi/Endpoints/Files/Copy.html +5 -5
  14. data/docs/DropboxApi/Endpoints/Files/CopyBatch.html +5 -5
  15. data/docs/DropboxApi/Endpoints/Files/CopyBatchCheck.html +5 -5
  16. data/docs/DropboxApi/Endpoints/Files/CopyReferenceGet.html +5 -5
  17. data/docs/DropboxApi/Endpoints/Files/CopyReferenceSave.html +5 -5
  18. data/docs/DropboxApi/Endpoints/Files/CreateFileRequest.html +5 -5
  19. data/docs/DropboxApi/Endpoints/Files/CreateFolder.html +5 -5
  20. data/docs/DropboxApi/Endpoints/Files/CreateFolderBatch.html +5 -5
  21. data/docs/DropboxApi/Endpoints/Files/CreateFolderBatchCheck.html +5 -5
  22. data/docs/DropboxApi/Endpoints/Files/Delete.html +5 -5
  23. data/docs/DropboxApi/Endpoints/Files/DeleteBatch.html +5 -5
  24. data/docs/DropboxApi/Endpoints/Files/DeleteBatchCheck.html +5 -5
  25. data/docs/DropboxApi/Endpoints/Files/Download.html +5 -5
  26. data/docs/DropboxApi/Endpoints/Files/GetMetadata.html +5 -5
  27. data/docs/DropboxApi/Endpoints/Files/GetPreview.html +5 -5
  28. data/docs/DropboxApi/Endpoints/Files/GetTemporaryLink.html +5 -5
  29. data/docs/DropboxApi/Endpoints/Files/GetThumbnail.html +5 -5
  30. data/docs/DropboxApi/Endpoints/Files/GetThumbnailBatch.html +6 -6
  31. data/docs/DropboxApi/Endpoints/Files/ListFolder.html +5 -5
  32. data/docs/DropboxApi/Endpoints/Files/ListFolderContinue.html +5 -5
  33. data/docs/DropboxApi/Endpoints/Files/ListFolderGetLatestCursor.html +5 -5
  34. data/docs/DropboxApi/Endpoints/Files/ListFolderLongpoll.html +6 -6
  35. data/docs/DropboxApi/Endpoints/Files/ListRevisions.html +5 -5
  36. data/docs/DropboxApi/Endpoints/Files/Move.html +5 -5
  37. data/docs/DropboxApi/Endpoints/Files/PermanentlyDelete.html +5 -5
  38. data/docs/DropboxApi/Endpoints/Files/Restore.html +5 -5
  39. data/docs/DropboxApi/Endpoints/Files/SaveUrl.html +5 -5
  40. data/docs/DropboxApi/Endpoints/Files/SaveUrlCheckJobStatus.html +5 -5
  41. data/docs/DropboxApi/Endpoints/Files/Search.html +5 -5
  42. data/docs/DropboxApi/Endpoints/Files/SearchContinue.html +300 -0
  43. data/docs/DropboxApi/Endpoints/Files/Upload.html +5 -5
  44. data/docs/DropboxApi/Endpoints/Files/UploadSessionAppendV2.html +5 -5
  45. data/docs/DropboxApi/Endpoints/Files/UploadSessionFinish.html +5 -5
  46. data/docs/DropboxApi/Endpoints/Files/UploadSessionStart.html +5 -5
  47. data/docs/DropboxApi/Endpoints/Files.html +4 -4
  48. data/docs/DropboxApi/Endpoints/Rpc.html +23 -34
  49. data/docs/DropboxApi/Endpoints/RpcContent.html +21 -26
  50. data/docs/DropboxApi/Endpoints/RpcNotify.html +21 -26
  51. data/docs/DropboxApi/Endpoints/Sharing/AddFileMember.html +5 -5
  52. data/docs/DropboxApi/Endpoints/Sharing/AddFolderMember.html +5 -5
  53. data/docs/DropboxApi/Endpoints/Sharing/CreateSharedLinkWithSettings.html +5 -5
  54. data/docs/DropboxApi/Endpoints/Sharing/GetSharedLinkMetadata.html +5 -5
  55. data/docs/DropboxApi/Endpoints/Sharing/ListFileMembers.html +5 -5
  56. data/docs/DropboxApi/Endpoints/Sharing/ListFolderMembers.html +5 -5
  57. data/docs/DropboxApi/Endpoints/Sharing/ListSharedLinks.html +5 -5
  58. data/docs/DropboxApi/Endpoints/Sharing/RevokeSharedLink.html +5 -5
  59. data/docs/DropboxApi/Endpoints/Sharing/ShareFolder.html +5 -5
  60. data/docs/DropboxApi/Endpoints/Sharing/UnshareFile.html +5 -5
  61. data/docs/DropboxApi/Endpoints/Sharing.html +2 -2
  62. data/docs/DropboxApi/Endpoints/Users/GetAccount.html +5 -5
  63. data/docs/DropboxApi/Endpoints/Users/GetAccountBatch.html +5 -5
  64. data/docs/DropboxApi/Endpoints/Users/GetCurrentAccount.html +5 -5
  65. data/docs/DropboxApi/Endpoints/Users/GetSpaceUsage.html +5 -5
  66. data/docs/DropboxApi/Endpoints/Users.html +2 -2
  67. data/docs/DropboxApi/Endpoints.html +2 -2
  68. data/docs/DropboxApi/Errors/AddFileMemberError.html +2 -2
  69. data/docs/DropboxApi/Errors/AddFolderMemberError.html +2 -2
  70. data/docs/DropboxApi/Errors/AddMemberSelectorError.html +2 -2
  71. data/docs/DropboxApi/Errors/AlreadySharedError.html +2 -2
  72. data/docs/DropboxApi/Errors/BadPathError.html +2 -2
  73. data/docs/DropboxApi/Errors/BasicError.html +3 -3
  74. data/docs/DropboxApi/Errors/CantCopySharedFolderError.html +2 -2
  75. data/docs/DropboxApi/Errors/CantMoveFolderIntoItselfError.html +2 -2
  76. data/docs/DropboxApi/Errors/CantNestSharedFolderError.html +2 -2
  77. data/docs/DropboxApi/Errors/CantShareOutsideTeamError.html +2 -2
  78. data/docs/DropboxApi/Errors/ContainsSharedFolderError.html +2 -2
  79. data/docs/DropboxApi/Errors/ConversionError.html +2 -2
  80. data/docs/DropboxApi/Errors/CreateFileRequestError.html +2 -2
  81. data/docs/DropboxApi/Errors/CreateFolderBatchError.html +2 -2
  82. data/docs/DropboxApi/Errors/CreateFolderError.html +2 -2
  83. data/docs/DropboxApi/Errors/CreateSharedLinkWithSettingsError.html +2 -2
  84. data/docs/DropboxApi/Errors/CursorClosedError.html +2 -2
  85. data/docs/DropboxApi/Errors/CursorNotClosedError.html +2 -2
  86. data/docs/DropboxApi/Errors/DeleteError.html +2 -2
  87. data/docs/DropboxApi/Errors/DisallowedNameError.html +2 -2
  88. data/docs/DropboxApi/Errors/DisallowedSharedLinkPolicyError.html +2 -2
  89. data/docs/DropboxApi/Errors/DownloadError.html +2 -2
  90. data/docs/DropboxApi/Errors/DownloadFailedError.html +2 -2
  91. data/docs/DropboxApi/Errors/EmailUnverifiedError.html +2 -2
  92. data/docs/DropboxApi/Errors/ExpiredAccessTokenError.html +143 -0
  93. data/docs/DropboxApi/Errors/FileAncestorConflictError.html +2 -2
  94. data/docs/DropboxApi/Errors/FileConflictError.html +2 -2
  95. data/docs/DropboxApi/Errors/FileMemberActionError.html +2 -2
  96. data/docs/DropboxApi/Errors/FolderConflictError.html +2 -2
  97. data/docs/DropboxApi/Errors/GetAccountError.html +2 -2
  98. data/docs/DropboxApi/Errors/GetCopyReferenceError.html +2 -2
  99. data/docs/DropboxApi/Errors/GetMetadataError.html +2 -2
  100. data/docs/DropboxApi/Errors/GroupDeletedError.html +2 -2
  101. data/docs/DropboxApi/Errors/GroupNotOnTeamError.html +2 -2
  102. data/docs/DropboxApi/Errors/HttpError.html +2 -2
  103. data/docs/DropboxApi/Errors/InProgressError.html +2 -2
  104. data/docs/DropboxApi/Errors/InsideAppFolderError.html +2 -2
  105. data/docs/DropboxApi/Errors/InsideOsxPackageError.html +2 -2
  106. data/docs/DropboxApi/Errors/InsidePublicFolderError.html +2 -2
  107. data/docs/DropboxApi/Errors/InsideSharedFolderError.html +2 -2
  108. data/docs/DropboxApi/Errors/InsufficientPlanError.html +2 -2
  109. data/docs/DropboxApi/Errors/InsufficientSpaceError.html +2 -2
  110. data/docs/DropboxApi/Errors/InternalError.html +2 -2
  111. data/docs/DropboxApi/Errors/InvalidCommentError.html +2 -2
  112. data/docs/DropboxApi/Errors/InvalidCopyReferenceError.html +2 -2
  113. data/docs/DropboxApi/Errors/InvalidCursorError.html +2 -2
  114. data/docs/DropboxApi/Errors/InvalidDropboxIdError.html +2 -2
  115. data/docs/DropboxApi/Errors/InvalidEmailError.html +2 -2
  116. data/docs/DropboxApi/Errors/InvalidFileError.html +2 -2
  117. data/docs/DropboxApi/Errors/InvalidIdError.html +2 -2
  118. data/docs/DropboxApi/Errors/InvalidMemberError.html +2 -2
  119. data/docs/DropboxApi/Errors/InvalidPathError.html +2 -2
  120. data/docs/DropboxApi/Errors/InvalidRevisionError.html +2 -2
  121. data/docs/DropboxApi/Errors/InvalidSettingsError.html +2 -2
  122. data/docs/DropboxApi/Errors/InvalidUrlError.html +2 -2
  123. data/docs/DropboxApi/Errors/IsAppFolderError.html +2 -2
  124. data/docs/DropboxApi/Errors/IsFileError.html +2 -2
  125. data/docs/DropboxApi/Errors/IsFolderError.html +2 -2
  126. data/docs/DropboxApi/Errors/IsOsxPackageError.html +2 -2
  127. data/docs/DropboxApi/Errors/IsPublicFolderError.html +2 -2
  128. data/docs/DropboxApi/Errors/ListFolderContinueError.html +2 -2
  129. data/docs/DropboxApi/Errors/ListFolderError.html +2 -2
  130. data/docs/DropboxApi/Errors/ListFolderLongpollError.html +2 -2
  131. data/docs/DropboxApi/Errors/ListRevisionsError.html +2 -2
  132. data/docs/DropboxApi/Errors/ListSharedLinksError.html +2 -2
  133. data/docs/DropboxApi/Errors/LookupError.html +2 -2
  134. data/docs/DropboxApi/Errors/MalformedPathError.html +2 -2
  135. data/docs/DropboxApi/Errors/NoAccountError.html +2 -2
  136. data/docs/DropboxApi/Errors/NoPermissionError.html +2 -2
  137. data/docs/DropboxApi/Errors/NoWritePermissionError.html +2 -2
  138. data/docs/DropboxApi/Errors/NotAMemberError.html +2 -2
  139. data/docs/DropboxApi/Errors/NotFileError.html +2 -2
  140. data/docs/DropboxApi/Errors/NotFolderError.html +2 -2
  141. data/docs/DropboxApi/Errors/NotFoundError.html +2 -2
  142. data/docs/DropboxApi/Errors/PollError.html +2 -2
  143. data/docs/DropboxApi/Errors/PreviewError.html +2 -2
  144. data/docs/DropboxApi/Errors/RateLimitError.html +2 -2
  145. data/docs/DropboxApi/Errors/RelocationBatchEntryError.html +2 -2
  146. data/docs/DropboxApi/Errors/RelocationError.html +2 -2
  147. data/docs/DropboxApi/Errors/RestoreError.html +2 -2
  148. data/docs/DropboxApi/Errors/RestrictedContentError.html +2 -2
  149. data/docs/DropboxApi/Errors/RevokeSharedLinkError.html +2 -2
  150. data/docs/DropboxApi/Errors/SaveCopyReferenceError.html +2 -2
  151. data/docs/DropboxApi/Errors/SaveUrlError.html +2 -2
  152. data/docs/DropboxApi/Errors/SearchError.html +2 -2
  153. data/docs/DropboxApi/Errors/SettingsError.html +2 -2
  154. data/docs/DropboxApi/Errors/ShareFolderError.html +2 -2
  155. data/docs/DropboxApi/Errors/SharePathError.html +2 -2
  156. data/docs/DropboxApi/Errors/SharedFolderAccessError.html +2 -2
  157. data/docs/DropboxApi/Errors/SharedLinkAccessDeniedError.html +2 -2
  158. data/docs/DropboxApi/Errors/SharedLinkAlreadyExistsError.html +2 -2
  159. data/docs/DropboxApi/Errors/SharedLinkError.html +2 -2
  160. data/docs/DropboxApi/Errors/SharedLinkMalformedError.html +2 -2
  161. data/docs/DropboxApi/Errors/SharedLinkNotFoundError.html +2 -2
  162. data/docs/DropboxApi/Errors/SharingFileAccessError.html +2 -2
  163. data/docs/DropboxApi/Errors/SharingUserError.html +2 -2
  164. data/docs/DropboxApi/Errors/TeamFolderError.html +2 -2
  165. data/docs/DropboxApi/Errors/TeamPolicyDisallowsMemberPolicyError.html +2 -2
  166. data/docs/DropboxApi/Errors/ThumbnailBatchError.html +2 -2
  167. data/docs/DropboxApi/Errors/ThumbnailError.html +2 -2
  168. data/docs/DropboxApi/Errors/TooManyFilesError.html +2 -2
  169. data/docs/DropboxApi/Errors/TooManyMembersError.html +2 -2
  170. data/docs/DropboxApi/Errors/TooManyPendingInvitesError.html +2 -2
  171. data/docs/DropboxApi/Errors/TooManyRequestsError.html +2 -2
  172. data/docs/DropboxApi/Errors/TooManySharedFolderTargetsError.html +2 -2
  173. data/docs/DropboxApi/Errors/TooManyWriteOperationsError.html +2 -2
  174. data/docs/DropboxApi/Errors/UnmountedError.html +2 -2
  175. data/docs/DropboxApi/Errors/UnshareFileError.html +2 -2
  176. data/docs/DropboxApi/Errors/UnsupportedContentError.html +2 -2
  177. data/docs/DropboxApi/Errors/UnsupportedExtensionError.html +2 -2
  178. data/docs/DropboxApi/Errors/UnsupportedImageError.html +2 -2
  179. data/docs/DropboxApi/Errors/UnsupportedLinkTypeError.html +2 -2
  180. data/docs/DropboxApi/Errors/UnverifiedDropboxId.html +2 -2
  181. data/docs/DropboxApi/Errors/UploadError.html +2 -2
  182. data/docs/DropboxApi/Errors/UploadSessionFinishError.html +2 -2
  183. data/docs/DropboxApi/Errors/UploadSessionLookupError.html +2 -2
  184. data/docs/DropboxApi/Errors/UploadSessionOffsetError.html +2 -2
  185. data/docs/DropboxApi/Errors/UploadWriteFailedError.html +2 -2
  186. data/docs/DropboxApi/Errors/WriteConflictError.html +2 -2
  187. data/docs/DropboxApi/Errors/WriteError.html +2 -2
  188. data/docs/DropboxApi/Errors.html +4 -4
  189. data/docs/DropboxApi/Metadata/AccessLevel.html +2 -2
  190. data/docs/DropboxApi/Metadata/AddFileMemberResult.html +2 -2
  191. data/docs/DropboxApi/Metadata/AddMember.html +2 -2
  192. data/docs/DropboxApi/Metadata/Base.html +3 -3
  193. data/docs/DropboxApi/Metadata/BasicAccount.html +8 -3
  194. data/docs/DropboxApi/Metadata/CommitInfo.html +2 -2
  195. data/docs/DropboxApi/Metadata/Deleted.html +2 -2
  196. data/docs/DropboxApi/Metadata/Dimensions.html +2 -2
  197. data/docs/DropboxApi/Metadata/Field.html +2 -2
  198. data/docs/DropboxApi/Metadata/File.html +2 -2
  199. data/docs/DropboxApi/Metadata/FileCategoriesList.html +2 -2
  200. data/docs/DropboxApi/Metadata/FileCategory.html +2 -2
  201. data/docs/DropboxApi/Metadata/FileExtensionsList.html +2 -2
  202. data/docs/DropboxApi/Metadata/FileLinkMetadata.html +2 -2
  203. data/docs/DropboxApi/Metadata/FileMemberAction.html +2 -2
  204. data/docs/DropboxApi/Metadata/FileRequest.html +2 -2
  205. data/docs/DropboxApi/Metadata/FileStatus.html +2 -2
  206. data/docs/DropboxApi/Metadata/Folder.html +2 -2
  207. data/docs/DropboxApi/Metadata/FolderLinkMetadata.html +2 -2
  208. data/docs/DropboxApi/Metadata/FolderSharingInfo.html +2 -2
  209. data/docs/DropboxApi/Metadata/LinkPermissions.html +2 -2
  210. data/docs/DropboxApi/Metadata/Location.html +2 -2
  211. data/docs/DropboxApi/Metadata/MediaInfo.html +2 -2
  212. data/docs/DropboxApi/Metadata/MediaMetadata.html +2 -2
  213. data/docs/DropboxApi/Metadata/Member.html +2 -2
  214. data/docs/DropboxApi/Metadata/MemberAction.html +2 -2
  215. data/docs/DropboxApi/Metadata/MemberActionList.html +2 -2
  216. data/docs/DropboxApi/Metadata/MemberPermission.html +2 -2
  217. data/docs/DropboxApi/Metadata/MemberPermissionList.html +2 -2
  218. data/docs/DropboxApi/Metadata/MetadataV2.html +2 -2
  219. data/docs/DropboxApi/Metadata/Name.html +2 -2
  220. data/docs/DropboxApi/Metadata/NamespaceId.html +210 -0
  221. data/docs/DropboxApi/Metadata/ParentFolderAccessInfo.html +2 -2
  222. data/docs/DropboxApi/Metadata/PhotoMetadata.html +2 -2
  223. data/docs/DropboxApi/Metadata/Resource.html +2 -2
  224. data/docs/DropboxApi/Metadata/RootInfo.html +227 -0
  225. data/docs/DropboxApi/Metadata/SearchMatchFieldOptions.html +2 -2
  226. data/docs/DropboxApi/Metadata/SearchMatchTypeV2.html +2 -2
  227. data/docs/DropboxApi/Metadata/SearchMatchV2.html +2 -2
  228. data/docs/DropboxApi/Metadata/SearchOptions.html +2 -2
  229. data/docs/DropboxApi/Metadata/SearchOrderBy.html +2 -2
  230. data/docs/DropboxApi/Metadata/SharedFolder.html +2 -2
  231. data/docs/DropboxApi/Metadata/SharedFolderPolicy.html +2 -2
  232. data/docs/DropboxApi/Metadata/SharedLink.html +2 -2
  233. data/docs/DropboxApi/Metadata/SharedLinkMetadata.html +2 -2
  234. data/docs/DropboxApi/Metadata/SpaceAllocation.html +2 -2
  235. data/docs/DropboxApi/Metadata/SpaceUsage.html +2 -2
  236. data/docs/DropboxApi/Metadata/Tag.html +2 -2
  237. data/docs/DropboxApi/Metadata/Team.html +2 -2
  238. data/docs/DropboxApi/Metadata/TeamMemberInfo.html +2 -2
  239. data/docs/DropboxApi/Metadata/TeamRootInfo.html +140 -0
  240. data/docs/DropboxApi/Metadata/ThumbnailBatchResultData.html +2 -2
  241. data/docs/DropboxApi/Metadata/ThumbnailBatchResultEntry.html +2 -2
  242. data/docs/DropboxApi/Metadata/UploadSessionCursor.html +2 -2
  243. data/docs/DropboxApi/Metadata/UserRootInfo.html +140 -0
  244. data/docs/DropboxApi/Metadata/VideoMetadata.html +2 -2
  245. data/docs/DropboxApi/Metadata/WriteMode.html +2 -2
  246. data/docs/DropboxApi/Metadata.html +4 -4
  247. data/docs/DropboxApi/MiddleWare/DecodeResult.html +2 -2
  248. data/docs/DropboxApi/MiddleWare/PathRoot.html +412 -0
  249. data/docs/DropboxApi/MiddleWare/Stack.html +2 -2
  250. data/docs/DropboxApi/MiddleWare.html +4 -4
  251. data/docs/DropboxApi/OptionsValidator.html +3 -3
  252. data/docs/DropboxApi/ResultBuilder.html +2 -2
  253. data/docs/DropboxApi/Results/AddFileMemberResultList.html +2 -2
  254. data/docs/DropboxApi/Results/Base.html +2 -2
  255. data/docs/DropboxApi/Results/BasicAccountBatch.html +2 -2
  256. data/docs/DropboxApi/Results/CopyBatchResult.html +2 -2
  257. data/docs/DropboxApi/Results/CreateFolderBatchResult.html +2 -2
  258. data/docs/DropboxApi/Results/CreateFolderBatchResultEntry.html +2 -2
  259. data/docs/DropboxApi/Results/DeleteBatchResult.html +2 -2
  260. data/docs/DropboxApi/Results/DeleteBatchResultEntry.html +2 -2
  261. data/docs/DropboxApi/Results/GetCopyReferenceResult.html +2 -2
  262. data/docs/DropboxApi/Results/GetTemporaryLinkResult.html +2 -2
  263. data/docs/DropboxApi/Results/GetThumbnailBatchResult.html +2 -2
  264. data/docs/DropboxApi/Results/ListFolderGetLatestCursorResult.html +2 -2
  265. data/docs/DropboxApi/Results/ListFolderLongpollResult.html +2 -2
  266. data/docs/DropboxApi/Results/ListFolderResult.html +2 -2
  267. data/docs/DropboxApi/Results/ListRevisionsResult.html +2 -2
  268. data/docs/DropboxApi/Results/ListSharedLinksResult.html +2 -2
  269. data/docs/DropboxApi/Results/RelocationBatchResult.html +2 -2
  270. data/docs/DropboxApi/Results/RelocationBatchResultEntry.html +2 -2
  271. data/docs/DropboxApi/Results/SaveCopyReferenceResult.html +2 -2
  272. data/docs/DropboxApi/Results/SaveUrlJobStatus.html +2 -2
  273. data/docs/DropboxApi/Results/SaveUrlResult.html +2 -2
  274. data/docs/DropboxApi/Results/Search/Match.html +2 -2
  275. data/docs/DropboxApi/Results/Search.html +2 -2
  276. data/docs/DropboxApi/Results/SearchV2Result.html +6 -6
  277. data/docs/DropboxApi/Results/ShareFolderLaunch.html +2 -2
  278. data/docs/DropboxApi/Results/SharedFileMembers.html +2 -2
  279. data/docs/DropboxApi/Results/SharedFolderMembers.html +2 -2
  280. data/docs/DropboxApi/Results/UploadSessionStart.html +2 -2
  281. data/docs/DropboxApi/Results/VoidResult.html +2 -2
  282. data/docs/DropboxApi/Results.html +2 -2
  283. data/docs/DropboxApi.html +3 -3
  284. data/docs/DropboxScaffoldBuilder.html +2 -2
  285. data/docs/_index.html +61 -12
  286. data/docs/class_list.html +1 -1
  287. data/docs/file.README.html +110 -24
  288. data/docs/file.api_coverage.html +2 -2
  289. data/docs/file.rails_setup.html +2 -2
  290. data/docs/index.html +110 -24
  291. data/docs/method_list.html +437 -325
  292. data/docs/top-level-namespace.html +2 -2
  293. data/dropbox_api.gemspec +2 -6
  294. data/lib/dropbox_api/connection_builder.rb +1 -1
  295. data/lib/dropbox_api/endpoints/rpc_notify.rb +1 -1
  296. data/lib/dropbox_api/version.rb +1 -1
  297. 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="../ContentUpload.html" title="DropboxApi::Endpoints::ContentUpload (class)">ContentUpload</a></span></h3>
204
- <p class="inherited"><span class='object_link'><a href="../ContentUpload.html#build_request-instance_method" title="DropboxApi::Endpoints::ContentUpload#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../ContentUpload.html#initialize-instance_method" title="DropboxApi::Endpoints::ContentUpload#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="../ContentUpload.html#perform_request-instance_method" title="DropboxApi::Endpoints::ContentUpload#perform_request (method)">#perform_request</a></span></p>
204
+ <p class="inherited"><span class='object_link'><a href="../ContentUpload.html#build_connection-instance_method" title="DropboxApi::Endpoints::ContentUpload#build_connection (method)">#build_connection</a></span>, <span class='object_link'><a href="../ContentUpload.html#build_request-instance_method" title="DropboxApi::Endpoints::ContentUpload#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../ContentUpload.html#perform_request-instance_method" title="DropboxApi::Endpoints::ContentUpload#perform_request (method)">#perform_request</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="../ContentUpload.html#initialize-instance_method" title="DropboxApi::Endpoints::ContentUpload#initialize (method)">DropboxApi::Endpoints::ContentUpload</a></span></p>
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
 
@@ -340,9 +340,9 @@ that you can use to continue the upload afterwards.</p>
340
340
  </div>
341
341
 
342
342
  <div id="footer">
343
- Generated on Sun Feb 7 11:51:58 2021 by
343
+ Generated on Wed Sep 29 23:44:27 2021 by
344
344
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
345
- 0.9.26 (ruby-2.5.1).
345
+ 0.9.26 (ruby-2.6.5).
346
346
  </div>
347
347
 
348
348
  </div>
@@ -79,7 +79,7 @@
79
79
  <dl>
80
80
  <dt>Defined in:</dt>
81
81
  <dd>lib/dropbox_api/endpoints/files/copy.rb<span class="defines">,<br />
82
- lib/dropbox_api/endpoints/files/move.rb,<br /> lib/dropbox_api/endpoints/files/delete.rb,<br /> lib/dropbox_api/endpoints/files/search.rb,<br /> lib/dropbox_api/endpoints/files/upload.rb,<br /> lib/dropbox_api/endpoints/files/restore.rb,<br /> lib/dropbox_api/endpoints/files/download.rb,<br /> lib/dropbox_api/endpoints/files/save_url.rb,<br /> lib/dropbox_api/endpoints/files/copy_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_preview.rb,<br /> lib/dropbox_api/endpoints/files/list_folder.rb,<br /> lib/dropbox_api/endpoints/files/delete_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_metadata.rb,<br /> lib/dropbox_api/endpoints/files/create_folder.rb,<br /> lib/dropbox_api/endpoints/files/get_thumbnail.rb,<br /> lib/dropbox_api/endpoints/files/list_revisions.rb,<br /> lib/dropbox_api/endpoints/files/copy_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/copy_reference_get.rb,<br /> lib/dropbox_api/endpoints/files/delete_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/get_temporary_link.rb,<br /> lib/dropbox_api/endpoints/files/permanently_delete.rb,<br /> lib/dropbox_api/endpoints/files/copy_reference_save.rb,<br /> lib/dropbox_api/endpoints/files/create_folder_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_thumbnail_batch.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_continue.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_longpoll.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_start.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_finish.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_append_v2.rb,<br /> lib/dropbox_api/endpoints/files/create_folder_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/save_url_check_job_status.rb,<br /> lib/dropbox_api/endpoints/file_requests/create_file_request.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_get_latest_cursor.rb</span>
82
+ lib/dropbox_api/endpoints/files/move.rb,<br /> lib/dropbox_api/endpoints/files/delete.rb,<br /> lib/dropbox_api/endpoints/files/search.rb,<br /> lib/dropbox_api/endpoints/files/upload.rb,<br /> lib/dropbox_api/endpoints/files/restore.rb,<br /> lib/dropbox_api/endpoints/files/download.rb,<br /> lib/dropbox_api/endpoints/files/save_url.rb,<br /> lib/dropbox_api/endpoints/files/copy_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_preview.rb,<br /> lib/dropbox_api/endpoints/files/list_folder.rb,<br /> lib/dropbox_api/endpoints/files/delete_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_metadata.rb,<br /> lib/dropbox_api/endpoints/files/create_folder.rb,<br /> lib/dropbox_api/endpoints/files/get_thumbnail.rb,<br /> lib/dropbox_api/endpoints/files/list_revisions.rb,<br /> lib/dropbox_api/endpoints/files/search_continue.rb,<br /> lib/dropbox_api/endpoints/files/copy_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/copy_reference_get.rb,<br /> lib/dropbox_api/endpoints/files/delete_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/get_temporary_link.rb,<br /> lib/dropbox_api/endpoints/files/permanently_delete.rb,<br /> lib/dropbox_api/endpoints/files/copy_reference_save.rb,<br /> lib/dropbox_api/endpoints/files/create_folder_batch.rb,<br /> lib/dropbox_api/endpoints/files/get_thumbnail_batch.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_continue.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_longpoll.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_start.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_finish.rb,<br /> lib/dropbox_api/endpoints/files/upload_session_append_v2.rb,<br /> lib/dropbox_api/endpoints/files/create_folder_batch_check.rb,<br /> lib/dropbox_api/endpoints/files/save_url_check_job_status.rb,<br /> lib/dropbox_api/endpoints/file_requests/create_file_request.rb,<br /> lib/dropbox_api/endpoints/files/list_folder_get_latest_cursor.rb</span>
83
83
  </dd>
84
84
  </dl>
85
85
 
@@ -91,7 +91,7 @@
91
91
 
92
92
 
93
93
 
94
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Files/Copy.html" title="DropboxApi::Endpoints::Files::Copy (class)">Copy</a></span>, <span class='object_link'><a href="Files/CopyBatch.html" title="DropboxApi::Endpoints::Files::CopyBatch (class)">CopyBatch</a></span>, <span class='object_link'><a href="Files/CopyBatchCheck.html" title="DropboxApi::Endpoints::Files::CopyBatchCheck (class)">CopyBatchCheck</a></span>, <span class='object_link'><a href="Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">CopyReferenceGet</a></span>, <span class='object_link'><a href="Files/CopyReferenceSave.html" title="DropboxApi::Endpoints::Files::CopyReferenceSave (class)">CopyReferenceSave</a></span>, <span class='object_link'><a href="Files/CreateFileRequest.html" title="DropboxApi::Endpoints::Files::CreateFileRequest (class)">CreateFileRequest</a></span>, <span class='object_link'><a href="Files/CreateFolder.html" title="DropboxApi::Endpoints::Files::CreateFolder (class)">CreateFolder</a></span>, <span class='object_link'><a href="Files/CreateFolderBatch.html" title="DropboxApi::Endpoints::Files::CreateFolderBatch (class)">CreateFolderBatch</a></span>, <span class='object_link'><a href="Files/CreateFolderBatchCheck.html" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck (class)">CreateFolderBatchCheck</a></span>, <span class='object_link'><a href="Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Delete</a></span>, <span class='object_link'><a href="Files/DeleteBatch.html" title="DropboxApi::Endpoints::Files::DeleteBatch (class)">DeleteBatch</a></span>, <span class='object_link'><a href="Files/DeleteBatchCheck.html" title="DropboxApi::Endpoints::Files::DeleteBatchCheck (class)">DeleteBatchCheck</a></span>, <span class='object_link'><a href="Files/Download.html" title="DropboxApi::Endpoints::Files::Download (class)">Download</a></span>, <span class='object_link'><a href="Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">GetMetadata</a></span>, <span class='object_link'><a href="Files/GetPreview.html" title="DropboxApi::Endpoints::Files::GetPreview (class)">GetPreview</a></span>, <span class='object_link'><a href="Files/GetTemporaryLink.html" title="DropboxApi::Endpoints::Files::GetTemporaryLink (class)">GetTemporaryLink</a></span>, <span class='object_link'><a href="Files/GetThumbnail.html" title="DropboxApi::Endpoints::Files::GetThumbnail (class)">GetThumbnail</a></span>, <span class='object_link'><a href="Files/GetThumbnailBatch.html" title="DropboxApi::Endpoints::Files::GetThumbnailBatch (class)">GetThumbnailBatch</a></span>, <span class='object_link'><a href="Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">ListFolder</a></span>, <span class='object_link'><a href="Files/ListFolderContinue.html" title="DropboxApi::Endpoints::Files::ListFolderContinue (class)">ListFolderContinue</a></span>, <span class='object_link'><a href="Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Files/ListFolderLongpoll.html" title="DropboxApi::Endpoints::Files::ListFolderLongpoll (class)">ListFolderLongpoll</a></span>, <span class='object_link'><a href="Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">ListRevisions</a></span>, <span class='object_link'><a href="Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Move</a></span>, <span class='object_link'><a href="Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">PermanentlyDelete</a></span>, <span class='object_link'><a href="Files/Restore.html" title="DropboxApi::Endpoints::Files::Restore (class)">Restore</a></span>, <span class='object_link'><a href="Files/SaveUrl.html" title="DropboxApi::Endpoints::Files::SaveUrl (class)">SaveUrl</a></span>, <span class='object_link'><a href="Files/SaveUrlCheckJobStatus.html" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus (class)">SaveUrlCheckJobStatus</a></span>, <span class='object_link'><a href="Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Search</a></span>, <span class='object_link'><a href="Files/Upload.html" title="DropboxApi::Endpoints::Files::Upload (class)">Upload</a></span>, <span class='object_link'><a href="Files/UploadSessionAppendV2.html" title="DropboxApi::Endpoints::Files::UploadSessionAppendV2 (class)">UploadSessionAppendV2</a></span>, <span class='object_link'><a href="Files/UploadSessionFinish.html" title="DropboxApi::Endpoints::Files::UploadSessionFinish (class)">UploadSessionFinish</a></span>, <span class='object_link'><a href="Files/UploadSessionStart.html" title="DropboxApi::Endpoints::Files::UploadSessionStart (class)">UploadSessionStart</a></span>
94
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Files/Copy.html" title="DropboxApi::Endpoints::Files::Copy (class)">Copy</a></span>, <span class='object_link'><a href="Files/CopyBatch.html" title="DropboxApi::Endpoints::Files::CopyBatch (class)">CopyBatch</a></span>, <span class='object_link'><a href="Files/CopyBatchCheck.html" title="DropboxApi::Endpoints::Files::CopyBatchCheck (class)">CopyBatchCheck</a></span>, <span class='object_link'><a href="Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">CopyReferenceGet</a></span>, <span class='object_link'><a href="Files/CopyReferenceSave.html" title="DropboxApi::Endpoints::Files::CopyReferenceSave (class)">CopyReferenceSave</a></span>, <span class='object_link'><a href="Files/CreateFileRequest.html" title="DropboxApi::Endpoints::Files::CreateFileRequest (class)">CreateFileRequest</a></span>, <span class='object_link'><a href="Files/CreateFolder.html" title="DropboxApi::Endpoints::Files::CreateFolder (class)">CreateFolder</a></span>, <span class='object_link'><a href="Files/CreateFolderBatch.html" title="DropboxApi::Endpoints::Files::CreateFolderBatch (class)">CreateFolderBatch</a></span>, <span class='object_link'><a href="Files/CreateFolderBatchCheck.html" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck (class)">CreateFolderBatchCheck</a></span>, <span class='object_link'><a href="Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Delete</a></span>, <span class='object_link'><a href="Files/DeleteBatch.html" title="DropboxApi::Endpoints::Files::DeleteBatch (class)">DeleteBatch</a></span>, <span class='object_link'><a href="Files/DeleteBatchCheck.html" title="DropboxApi::Endpoints::Files::DeleteBatchCheck (class)">DeleteBatchCheck</a></span>, <span class='object_link'><a href="Files/Download.html" title="DropboxApi::Endpoints::Files::Download (class)">Download</a></span>, <span class='object_link'><a href="Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">GetMetadata</a></span>, <span class='object_link'><a href="Files/GetPreview.html" title="DropboxApi::Endpoints::Files::GetPreview (class)">GetPreview</a></span>, <span class='object_link'><a href="Files/GetTemporaryLink.html" title="DropboxApi::Endpoints::Files::GetTemporaryLink (class)">GetTemporaryLink</a></span>, <span class='object_link'><a href="Files/GetThumbnail.html" title="DropboxApi::Endpoints::Files::GetThumbnail (class)">GetThumbnail</a></span>, <span class='object_link'><a href="Files/GetThumbnailBatch.html" title="DropboxApi::Endpoints::Files::GetThumbnailBatch (class)">GetThumbnailBatch</a></span>, <span class='object_link'><a href="Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">ListFolder</a></span>, <span class='object_link'><a href="Files/ListFolderContinue.html" title="DropboxApi::Endpoints::Files::ListFolderContinue (class)">ListFolderContinue</a></span>, <span class='object_link'><a href="Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Files/ListFolderLongpoll.html" title="DropboxApi::Endpoints::Files::ListFolderLongpoll (class)">ListFolderLongpoll</a></span>, <span class='object_link'><a href="Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">ListRevisions</a></span>, <span class='object_link'><a href="Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Move</a></span>, <span class='object_link'><a href="Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">PermanentlyDelete</a></span>, <span class='object_link'><a href="Files/Restore.html" title="DropboxApi::Endpoints::Files::Restore (class)">Restore</a></span>, <span class='object_link'><a href="Files/SaveUrl.html" title="DropboxApi::Endpoints::Files::SaveUrl (class)">SaveUrl</a></span>, <span class='object_link'><a href="Files/SaveUrlCheckJobStatus.html" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus (class)">SaveUrlCheckJobStatus</a></span>, <span class='object_link'><a href="Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Search</a></span>, <span class='object_link'><a href="Files/SearchContinue.html" title="DropboxApi::Endpoints::Files::SearchContinue (class)">SearchContinue</a></span>, <span class='object_link'><a href="Files/Upload.html" title="DropboxApi::Endpoints::Files::Upload (class)">Upload</a></span>, <span class='object_link'><a href="Files/UploadSessionAppendV2.html" title="DropboxApi::Endpoints::Files::UploadSessionAppendV2 (class)">UploadSessionAppendV2</a></span>, <span class='object_link'><a href="Files/UploadSessionFinish.html" title="DropboxApi::Endpoints::Files::UploadSessionFinish (class)">UploadSessionFinish</a></span>, <span class='object_link'><a href="Files/UploadSessionStart.html" title="DropboxApi::Endpoints::Files::UploadSessionStart (class)">UploadSessionStart</a></span>
95
95
 
96
96
 
97
97
  </p>
@@ -107,9 +107,9 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Sun Feb 7 11:51:55 2021 by
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.1).
112
+ 0.9.26 (ruby-2.6.5).
113
113
  </div>
114
114
 
115
115
  </div>
@@ -103,7 +103,7 @@
103
103
 
104
104
  <div id="subclasses">
105
105
  <h2>Direct Known Subclasses</h2>
106
- <p class="children"><span class='object_link'><a href="Auth/TokenRevoke.html" title="DropboxApi::Endpoints::Auth::TokenRevoke (class)">Auth::TokenRevoke</a></span>, <span class='object_link'><a href="Files/Copy.html" title="DropboxApi::Endpoints::Files::Copy (class)">Files::Copy</a></span>, <span class='object_link'><a href="Files/CopyBatch.html" title="DropboxApi::Endpoints::Files::CopyBatch (class)">Files::CopyBatch</a></span>, <span class='object_link'><a href="Files/CopyBatchCheck.html" title="DropboxApi::Endpoints::Files::CopyBatchCheck (class)">Files::CopyBatchCheck</a></span>, <span class='object_link'><a href="Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">Files::CopyReferenceGet</a></span>, <span class='object_link'><a href="Files/CopyReferenceSave.html" title="DropboxApi::Endpoints::Files::CopyReferenceSave (class)">Files::CopyReferenceSave</a></span>, <span class='object_link'><a href="Files/CreateFileRequest.html" title="DropboxApi::Endpoints::Files::CreateFileRequest (class)">Files::CreateFileRequest</a></span>, <span class='object_link'><a href="Files/CreateFolder.html" title="DropboxApi::Endpoints::Files::CreateFolder (class)">Files::CreateFolder</a></span>, <span class='object_link'><a href="Files/CreateFolderBatch.html" title="DropboxApi::Endpoints::Files::CreateFolderBatch (class)">Files::CreateFolderBatch</a></span>, <span class='object_link'><a href="Files/CreateFolderBatchCheck.html" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck (class)">Files::CreateFolderBatchCheck</a></span>, <span class='object_link'><a href="Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Files::Delete</a></span>, <span class='object_link'><a href="Files/DeleteBatch.html" title="DropboxApi::Endpoints::Files::DeleteBatch (class)">Files::DeleteBatch</a></span>, <span class='object_link'><a href="Files/DeleteBatchCheck.html" title="DropboxApi::Endpoints::Files::DeleteBatchCheck (class)">Files::DeleteBatchCheck</a></span>, <span class='object_link'><a href="Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">Files::GetMetadata</a></span>, <span class='object_link'><a href="Files/GetTemporaryLink.html" title="DropboxApi::Endpoints::Files::GetTemporaryLink (class)">Files::GetTemporaryLink</a></span>, <span class='object_link'><a href="Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">Files::ListFolder</a></span>, <span class='object_link'><a href="Files/ListFolderContinue.html" title="DropboxApi::Endpoints::Files::ListFolderContinue (class)">Files::ListFolderContinue</a></span>, <span class='object_link'><a href="Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">Files::ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">Files::ListRevisions</a></span>, <span class='object_link'><a href="Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Files::Move</a></span>, <span class='object_link'><a href="Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">Files::PermanentlyDelete</a></span>, <span class='object_link'><a href="Files/Restore.html" title="DropboxApi::Endpoints::Files::Restore (class)">Files::Restore</a></span>, <span class='object_link'><a href="Files/SaveUrl.html" title="DropboxApi::Endpoints::Files::SaveUrl (class)">Files::SaveUrl</a></span>, <span class='object_link'><a href="Files/SaveUrlCheckJobStatus.html" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus (class)">Files::SaveUrlCheckJobStatus</a></span>, <span class='object_link'><a href="Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Files::Search</a></span>, <span class='object_link'><a href="RpcContent.html" title="DropboxApi::Endpoints::RpcContent (class)">RpcContent</a></span>, <span class='object_link'><a href="RpcNotify.html" title="DropboxApi::Endpoints::RpcNotify (class)">RpcNotify</a></span>, <span class='object_link'><a href="Sharing/AddFileMember.html" title="DropboxApi::Endpoints::Sharing::AddFileMember (class)">Sharing::AddFileMember</a></span>, <span class='object_link'><a href="Sharing/AddFolderMember.html" title="DropboxApi::Endpoints::Sharing::AddFolderMember (class)">Sharing::AddFolderMember</a></span>, <span class='object_link'><a href="Sharing/CreateSharedLinkWithSettings.html" title="DropboxApi::Endpoints::Sharing::CreateSharedLinkWithSettings (class)">Sharing::CreateSharedLinkWithSettings</a></span>, <span class='object_link'><a href="Sharing/GetSharedLinkMetadata.html" title="DropboxApi::Endpoints::Sharing::GetSharedLinkMetadata (class)">Sharing::GetSharedLinkMetadata</a></span>, <span class='object_link'><a href="Sharing/ListFileMembers.html" title="DropboxApi::Endpoints::Sharing::ListFileMembers (class)">Sharing::ListFileMembers</a></span>, <span class='object_link'><a href="Sharing/ListFolderMembers.html" title="DropboxApi::Endpoints::Sharing::ListFolderMembers (class)">Sharing::ListFolderMembers</a></span>, <span class='object_link'><a href="Sharing/ListSharedLinks.html" title="DropboxApi::Endpoints::Sharing::ListSharedLinks (class)">Sharing::ListSharedLinks</a></span>, <span class='object_link'><a href="Sharing/RevokeSharedLink.html" title="DropboxApi::Endpoints::Sharing::RevokeSharedLink (class)">Sharing::RevokeSharedLink</a></span>, <span class='object_link'><a href="Sharing/ShareFolder.html" title="DropboxApi::Endpoints::Sharing::ShareFolder (class)">Sharing::ShareFolder</a></span>, <span class='object_link'><a href="Sharing/UnshareFile.html" title="DropboxApi::Endpoints::Sharing::UnshareFile (class)">Sharing::UnshareFile</a></span>, <span class='object_link'><a href="Users/GetAccount.html" title="DropboxApi::Endpoints::Users::GetAccount (class)">Users::GetAccount</a></span>, <span class='object_link'><a href="Users/GetAccountBatch.html" title="DropboxApi::Endpoints::Users::GetAccountBatch (class)">Users::GetAccountBatch</a></span>, <span class='object_link'><a href="Users/GetCurrentAccount.html" title="DropboxApi::Endpoints::Users::GetCurrentAccount (class)">Users::GetCurrentAccount</a></span>, <span class='object_link'><a href="Users/GetSpaceUsage.html" title="DropboxApi::Endpoints::Users::GetSpaceUsage (class)">Users::GetSpaceUsage</a></span></p>
106
+ <p class="children"><span class='object_link'><a href="Auth/TokenRevoke.html" title="DropboxApi::Endpoints::Auth::TokenRevoke (class)">Auth::TokenRevoke</a></span>, <span class='object_link'><a href="Files/Copy.html" title="DropboxApi::Endpoints::Files::Copy (class)">Files::Copy</a></span>, <span class='object_link'><a href="Files/CopyBatch.html" title="DropboxApi::Endpoints::Files::CopyBatch (class)">Files::CopyBatch</a></span>, <span class='object_link'><a href="Files/CopyBatchCheck.html" title="DropboxApi::Endpoints::Files::CopyBatchCheck (class)">Files::CopyBatchCheck</a></span>, <span class='object_link'><a href="Files/CopyReferenceGet.html" title="DropboxApi::Endpoints::Files::CopyReferenceGet (class)">Files::CopyReferenceGet</a></span>, <span class='object_link'><a href="Files/CopyReferenceSave.html" title="DropboxApi::Endpoints::Files::CopyReferenceSave (class)">Files::CopyReferenceSave</a></span>, <span class='object_link'><a href="Files/CreateFileRequest.html" title="DropboxApi::Endpoints::Files::CreateFileRequest (class)">Files::CreateFileRequest</a></span>, <span class='object_link'><a href="Files/CreateFolder.html" title="DropboxApi::Endpoints::Files::CreateFolder (class)">Files::CreateFolder</a></span>, <span class='object_link'><a href="Files/CreateFolderBatch.html" title="DropboxApi::Endpoints::Files::CreateFolderBatch (class)">Files::CreateFolderBatch</a></span>, <span class='object_link'><a href="Files/CreateFolderBatchCheck.html" title="DropboxApi::Endpoints::Files::CreateFolderBatchCheck (class)">Files::CreateFolderBatchCheck</a></span>, <span class='object_link'><a href="Files/Delete.html" title="DropboxApi::Endpoints::Files::Delete (class)">Files::Delete</a></span>, <span class='object_link'><a href="Files/DeleteBatch.html" title="DropboxApi::Endpoints::Files::DeleteBatch (class)">Files::DeleteBatch</a></span>, <span class='object_link'><a href="Files/DeleteBatchCheck.html" title="DropboxApi::Endpoints::Files::DeleteBatchCheck (class)">Files::DeleteBatchCheck</a></span>, <span class='object_link'><a href="Files/GetMetadata.html" title="DropboxApi::Endpoints::Files::GetMetadata (class)">Files::GetMetadata</a></span>, <span class='object_link'><a href="Files/GetTemporaryLink.html" title="DropboxApi::Endpoints::Files::GetTemporaryLink (class)">Files::GetTemporaryLink</a></span>, <span class='object_link'><a href="Files/ListFolder.html" title="DropboxApi::Endpoints::Files::ListFolder (class)">Files::ListFolder</a></span>, <span class='object_link'><a href="Files/ListFolderContinue.html" title="DropboxApi::Endpoints::Files::ListFolderContinue (class)">Files::ListFolderContinue</a></span>, <span class='object_link'><a href="Files/ListFolderGetLatestCursor.html" title="DropboxApi::Endpoints::Files::ListFolderGetLatestCursor (class)">Files::ListFolderGetLatestCursor</a></span>, <span class='object_link'><a href="Files/ListRevisions.html" title="DropboxApi::Endpoints::Files::ListRevisions (class)">Files::ListRevisions</a></span>, <span class='object_link'><a href="Files/Move.html" title="DropboxApi::Endpoints::Files::Move (class)">Files::Move</a></span>, <span class='object_link'><a href="Files/PermanentlyDelete.html" title="DropboxApi::Endpoints::Files::PermanentlyDelete (class)">Files::PermanentlyDelete</a></span>, <span class='object_link'><a href="Files/Restore.html" title="DropboxApi::Endpoints::Files::Restore (class)">Files::Restore</a></span>, <span class='object_link'><a href="Files/SaveUrl.html" title="DropboxApi::Endpoints::Files::SaveUrl (class)">Files::SaveUrl</a></span>, <span class='object_link'><a href="Files/SaveUrlCheckJobStatus.html" title="DropboxApi::Endpoints::Files::SaveUrlCheckJobStatus (class)">Files::SaveUrlCheckJobStatus</a></span>, <span class='object_link'><a href="Files/Search.html" title="DropboxApi::Endpoints::Files::Search (class)">Files::Search</a></span>, <span class='object_link'><a href="Files/SearchContinue.html" title="DropboxApi::Endpoints::Files::SearchContinue (class)">Files::SearchContinue</a></span>, <span class='object_link'><a href="RpcContent.html" title="DropboxApi::Endpoints::RpcContent (class)">RpcContent</a></span>, <span class='object_link'><a href="RpcNotify.html" title="DropboxApi::Endpoints::RpcNotify (class)">RpcNotify</a></span>, <span class='object_link'><a href="Sharing/AddFileMember.html" title="DropboxApi::Endpoints::Sharing::AddFileMember (class)">Sharing::AddFileMember</a></span>, <span class='object_link'><a href="Sharing/AddFolderMember.html" title="DropboxApi::Endpoints::Sharing::AddFolderMember (class)">Sharing::AddFolderMember</a></span>, <span class='object_link'><a href="Sharing/CreateSharedLinkWithSettings.html" title="DropboxApi::Endpoints::Sharing::CreateSharedLinkWithSettings (class)">Sharing::CreateSharedLinkWithSettings</a></span>, <span class='object_link'><a href="Sharing/GetSharedLinkMetadata.html" title="DropboxApi::Endpoints::Sharing::GetSharedLinkMetadata (class)">Sharing::GetSharedLinkMetadata</a></span>, <span class='object_link'><a href="Sharing/ListFileMembers.html" title="DropboxApi::Endpoints::Sharing::ListFileMembers (class)">Sharing::ListFileMembers</a></span>, <span class='object_link'><a href="Sharing/ListFolderMembers.html" title="DropboxApi::Endpoints::Sharing::ListFolderMembers (class)">Sharing::ListFolderMembers</a></span>, <span class='object_link'><a href="Sharing/ListSharedLinks.html" title="DropboxApi::Endpoints::Sharing::ListSharedLinks (class)">Sharing::ListSharedLinks</a></span>, <span class='object_link'><a href="Sharing/RevokeSharedLink.html" title="DropboxApi::Endpoints::Sharing::RevokeSharedLink (class)">Sharing::RevokeSharedLink</a></span>, <span class='object_link'><a href="Sharing/ShareFolder.html" title="DropboxApi::Endpoints::Sharing::ShareFolder (class)">Sharing::ShareFolder</a></span>, <span class='object_link'><a href="Sharing/UnshareFile.html" title="DropboxApi::Endpoints::Sharing::UnshareFile (class)">Sharing::UnshareFile</a></span>, <span class='object_link'><a href="Users/GetAccount.html" title="DropboxApi::Endpoints::Users::GetAccount (class)">Users::GetAccount</a></span>, <span class='object_link'><a href="Users/GetAccountBatch.html" title="DropboxApi::Endpoints::Users::GetAccountBatch (class)">Users::GetAccountBatch</a></span>, <span class='object_link'><a href="Users/GetCurrentAccount.html" title="DropboxApi::Endpoints::Users::GetCurrentAccount (class)">Users::GetCurrentAccount</a></span>, <span class='object_link'><a href="Users/GetSpaceUsage.html" title="DropboxApi::Endpoints::Users::GetSpaceUsage (class)">Users::GetSpaceUsage</a></span></p>
107
107
  </div>
108
108
 
109
109
 
@@ -123,7 +123,7 @@
123
123
  <li class="public ">
124
124
  <span class="summary_signature">
125
125
 
126
- <a href="#build_request-instance_method" title="#build_request (instance method)">#<strong>build_request</strong>(params) &#x21d2; Object </a>
126
+ <a href="#build_connection-instance_method" title="#build_connection (instance method)">#<strong>build_connection</strong> &#x21d2; Object </a>
127
127
 
128
128
 
129
129
 
@@ -145,15 +145,13 @@
145
145
  <li class="public ">
146
146
  <span class="summary_signature">
147
147
 
148
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(builder) &#x21d2; Rpc </a>
148
+ <a href="#build_request-instance_method" title="#build_request (instance method)">#<strong>build_request</strong>(params) &#x21d2; Object </a>
149
149
 
150
150
 
151
151
 
152
152
  </span>
153
153
 
154
154
 
155
- <span class="note title constructor">constructor</span>
156
-
157
155
 
158
156
 
159
157
 
@@ -161,8 +159,7 @@
161
159
 
162
160
 
163
161
 
164
- <span class="summary_desc"><div class='inline'><p>A new instance of Rpc.</p>
165
- </div></span>
162
+ <span class="summary_desc"><div class='inline'></div></span>
166
163
 
167
164
  </li>
168
165
 
@@ -202,30 +199,29 @@
202
199
 
203
200
 
204
201
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
205
- <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>
202
+ <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>
206
203
  <div id="constructor_details" class="method_details_list">
207
204
  <h2>Constructor Details</h2>
208
205
 
209
- <div class="method_details first">
210
- <h3 class="signature first" id="initialize-instance_method">
211
-
212
- #<strong>initialize</strong>(builder) &#x21d2; <tt><span class='object_link'><a href="" title="DropboxApi::Endpoints::Rpc (class)">Rpc</a></span></tt>
206
+ <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>
213
207
 
208
+ </div>
214
209
 
215
-
216
210
 
217
-
218
- </h3><div class="docstring">
219
- <div class="discussion">
220
- <p>Returns a new instance of Rpc.</p>
211
+ <div id="instance_method_details" class="method_details_list">
212
+ <h2>Instance Method Details</h2>
221
213
 
214
+
215
+ <div class="method_details first">
216
+ <h3 class="signature first" id="build_connection-instance_method">
217
+
218
+ #<strong>build_connection</strong> &#x21d2; <tt>Object</tt>
219
+
222
220
 
223
- </div>
224
- </div>
225
- <div class="tags">
226
221
 
227
222
 
228
- </div>
223
+
224
+ </h3>
229
225
  <table class="source_code">
230
226
  <tr>
231
227
  <td>
@@ -241,8 +237,8 @@
241
237
  <td>
242
238
  <pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/rpc.rb', line 4</span>
243
239
 
244
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_builder'>builder</span><span class='rparen'>)</span>
245
- <span class='ivar'>@connection</span> <span class='op'>=</span> <span class='id identifier rubyid_builder'>builder</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>https://api.dropboxapi.com</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
240
+ <span class='kw'>def</span> <span class='id identifier rubyid_build_connection'>build_connection</span>
241
+ <span class='ivar'>@connection</span> <span class='op'>=</span> <span class='ivar'>@builder</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>https://api.dropboxapi.com</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
246
242
  <span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_response'>response</span> <span class='symbol'>:decode_result</span>
247
243
  <span class='kw'>end</span>
248
244
  <span class='kw'>end</span></pre>
@@ -250,16 +246,9 @@
250
246
  </tr>
251
247
  </table>
252
248
  </div>
253
-
254
- </div>
255
-
256
-
257
- <div id="instance_method_details" class="method_details_list">
258
- <h2>Instance Method Details</h2>
259
-
260
249
 
261
- <div class="method_details first">
262
- <h3 class="signature first" id="build_request-instance_method">
250
+ <div class="method_details ">
251
+ <h3 class="signature " id="build_request-instance_method">
263
252
 
264
253
  #<strong>build_request</strong>(params) &#x21d2; <tt>Object</tt>
265
254
 
@@ -343,9 +332,9 @@
343
332
  </div>
344
333
 
345
334
  <div id="footer">
346
- Generated on Sun Feb 7 11:51:55 2021 by
335
+ Generated on Wed Sep 29 23:44:25 2021 by
347
336
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
348
- 0.9.26 (ruby-2.5.1).
337
+ 0.9.26 (ruby-2.6.5).
349
338
  </div>
350
339
 
351
340
  </div>
@@ -125,15 +125,13 @@
125
125
  <li class="public ">
126
126
  <span class="summary_signature">
127
127
 
128
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(builder) &#x21d2; RpcContent </a>
128
+ <a href="#build_connection-instance_method" title="#build_connection (instance method)">#<strong>build_connection</strong> &#x21d2; Object </a>
129
129
 
130
130
 
131
131
 
132
132
  </span>
133
133
 
134
134
 
135
- <span class="note title constructor">constructor</span>
136
-
137
135
 
138
136
 
139
137
 
@@ -141,8 +139,7 @@
141
139
 
142
140
 
143
141
 
144
- <span class="summary_desc"><div class='inline'><p>A new instance of RpcContent.</p>
145
- </div></span>
142
+ <span class="summary_desc"><div class='inline'></div></span>
146
143
 
147
144
  </li>
148
145
 
@@ -171,30 +168,29 @@
171
168
 
172
169
 
173
170
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
174
- <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>
171
+ <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>
175
172
  <div id="constructor_details" class="method_details_list">
176
173
  <h2>Constructor Details</h2>
177
174
 
178
- <div class="method_details first">
179
- <h3 class="signature first" id="initialize-instance_method">
180
-
181
- #<strong>initialize</strong>(builder) &#x21d2; <tt><span class='object_link'><a href="" title="DropboxApi::Endpoints::RpcContent (class)">RpcContent</a></span></tt>
175
+ <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>
182
176
 
177
+ </div>
183
178
 
184
-
185
179
 
186
-
187
- </h3><div class="docstring">
188
- <div class="discussion">
189
- <p>Returns a new instance of RpcContent.</p>
180
+ <div id="instance_method_details" class="method_details_list">
181
+ <h2>Instance Method Details</h2>
190
182
 
183
+
184
+ <div class="method_details first">
185
+ <h3 class="signature first" id="build_connection-instance_method">
186
+
187
+ #<strong>build_connection</strong> &#x21d2; <tt>Object</tt>
188
+
191
189
 
192
- </div>
193
- </div>
194
- <div class="tags">
195
190
 
196
191
 
197
- </div>
192
+
193
+ </h3>
198
194
  <table class="source_code">
199
195
  <tr>
200
196
  <td>
@@ -210,8 +206,8 @@
210
206
  <td>
211
207
  <pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/rpc_content.rb', line 4</span>
212
208
 
213
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_builder'>builder</span><span class='rparen'>)</span>
214
- <span class='ivar'>@connection</span> <span class='op'>=</span> <span class='id identifier rubyid_builder'>builder</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>https://content.dropboxapi.com</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
209
+ <span class='kw'>def</span> <span class='id identifier rubyid_build_connection'>build_connection</span>
210
+ <span class='ivar'>@connection</span> <span class='op'>=</span> <span class='ivar'>@builder</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>https://content.dropboxapi.com</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
215
211
  <span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_response'>response</span> <span class='symbol'>:decode_result</span>
216
212
  <span class='kw'>end</span>
217
213
  <span class='kw'>end</span></pre>
@@ -219,16 +215,15 @@
219
215
  </tr>
220
216
  </table>
221
217
  </div>
222
-
223
- </div>
224
-
218
+
219
+ </div>
225
220
 
226
221
  </div>
227
222
 
228
223
  <div id="footer">
229
- Generated on Sun Feb 7 11:51:56 2021 by
224
+ Generated on Wed Sep 29 23:44:26 2021 by
230
225
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
231
- 0.9.26 (ruby-2.5.1).
226
+ 0.9.26 (ruby-2.6.5).
232
227
  </div>
233
228
 
234
229
  </div>
@@ -125,15 +125,13 @@
125
125
  <li class="public ">
126
126
  <span class="summary_signature">
127
127
 
128
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(builder) &#x21d2; RpcNotify </a>
128
+ <a href="#build_connection-instance_method" title="#build_connection (instance method)">#<strong>build_connection</strong> &#x21d2; Object </a>
129
129
 
130
130
 
131
131
 
132
132
  </span>
133
133
 
134
134
 
135
- <span class="note title constructor">constructor</span>
136
-
137
135
 
138
136
 
139
137
 
@@ -141,8 +139,7 @@
141
139
 
142
140
 
143
141
 
144
- <span class="summary_desc"><div class='inline'><p>A new instance of RpcNotify.</p>
145
- </div></span>
142
+ <span class="summary_desc"><div class='inline'></div></span>
146
143
 
147
144
  </li>
148
145
 
@@ -171,30 +168,29 @@
171
168
 
172
169
 
173
170
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Base.html" title="DropboxApi::Endpoints::Base (class)">Base</a></span></h3>
174
- <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>
171
+ <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>
175
172
  <div id="constructor_details" class="method_details_list">
176
173
  <h2>Constructor Details</h2>
177
174
 
178
- <div class="method_details first">
179
- <h3 class="signature first" id="initialize-instance_method">
180
-
181
- #<strong>initialize</strong>(builder) &#x21d2; <tt><span class='object_link'><a href="" title="DropboxApi::Endpoints::RpcNotify (class)">RpcNotify</a></span></tt>
175
+ <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>
182
176
 
177
+ </div>
183
178
 
184
-
185
179
 
186
-
187
- </h3><div class="docstring">
188
- <div class="discussion">
189
- <p>Returns a new instance of RpcNotify.</p>
180
+ <div id="instance_method_details" class="method_details_list">
181
+ <h2>Instance Method Details</h2>
190
182
 
183
+
184
+ <div class="method_details first">
185
+ <h3 class="signature first" id="build_connection-instance_method">
186
+
187
+ #<strong>build_connection</strong> &#x21d2; <tt>Object</tt>
188
+
191
189
 
192
- </div>
193
- </div>
194
- <div class="tags">
195
190
 
196
191
 
197
- </div>
192
+
193
+ </h3>
198
194
  <table class="source_code">
199
195
  <tr>
200
196
  <td>
@@ -212,8 +208,8 @@
212
208
  <td>
213
209
  <pre class="code"><span class="info file"># File 'lib/dropbox_api/endpoints/rpc_notify.rb', line 4</span>
214
210
 
215
- <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_builder'>builder</span><span class='rparen'>)</span>
216
- <span class='ivar'>@connection</span> <span class='op'>=</span> <span class='id identifier rubyid_builder'>builder</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>https://notify.dropboxapi.com</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
211
+ <span class='kw'>def</span> <span class='id identifier rubyid_build_connection'>build_connection</span>
212
+ <span class='ivar'>@connection</span> <span class='op'>=</span> <span class='ivar'>@builder</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>https://notify.dropboxapi.com</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_c'>c</span><span class='op'>|</span>
217
213
  <span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_headers'>headers</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>Authorization</span><span class='tstring_end'>&#39;</span></span>
218
214
 
219
215
  <span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_response'>response</span> <span class='symbol'>:decode_result</span>
@@ -223,16 +219,15 @@
223
219
  </tr>
224
220
  </table>
225
221
  </div>
226
-
227
- </div>
228
-
222
+
223
+ </div>
229
224
 
230
225
  </div>
231
226
 
232
227
  <div id="footer">
233
- Generated on Sun Feb 7 11:51:56 2021 by
228
+ Generated on Wed Sep 29 23:44:25 2021 by
234
229
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
- 0.9.26 (ruby-2.5.1).
230
+ 0.9.26 (ruby-2.6.5).
236
231
  </div>
237
232
 
238
233
  </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#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
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="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
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
 
@@ -405,9 +405,9 @@ display to added members in their invitation. This field is optional.</p>
405
405
  </div>
406
406
 
407
407
  <div id="footer">
408
- Generated on Sun Feb 7 11:51:58 2021 by
408
+ Generated on Wed Sep 29 23:44:27 2021 by
409
409
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
410
- 0.9.26 (ruby-2.5.1).
410
+ 0.9.26 (ruby-2.6.5).
411
411
  </div>
412
412
 
413
413
  </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#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
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="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
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 @@ added members in their invitation. This field is optional.</p>
390
390
  </div>
391
391
 
392
392
  <div id="footer">
393
- Generated on Sun Feb 7 11:51:58 2021 by
393
+ Generated on Wed Sep 29 23:44:27 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.1).
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#build_request-instance_method" title="DropboxApi::Endpoints::Rpc#build_request (method)">#build_request</a></span>, <span class='object_link'><a href="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">#initialize</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>
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="../Rpc.html#initialize-instance_method" title="DropboxApi::Endpoints::Rpc#initialize (method)">DropboxApi::Endpoints::Rpc</a></span></p>
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
 
@@ -403,9 +403,9 @@ the link won&#39;t expire. This field is optional.</p>
403
403
  </div>
404
404
 
405
405
  <div id="footer">
406
- Generated on Sun Feb 7 11:51:59 2021 by
406
+ Generated on Wed Sep 29 23:44:28 2021 by
407
407
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
408
- 0.9.26 (ruby-2.5.1).
408
+ 0.9.26 (ruby-2.6.5).
409
409
  </div>
410
410
 
411
411
  </div>