-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add docs for hubs (box/box-openapi#426) (#121)
Co-authored-by: Minh Nguyen Cong <[email protected]>
- Loading branch information
1 parent
d0a7adb
commit 62670ce
Showing
9 changed files
with
110 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "engineHash": "fa753d5", "specHash": "6c3dd22", "version": "0.1.0" } | ||
{ "engineHash": "52af7c9", "specHash": "cb70223", "version": "0.1.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# Documentation | ||
|
||
## High-level Documentation | ||
|
||
General explanations of the available functionality and examples of how to use | ||
the SDK are available by topic: | ||
|
||
* [Ai](Ai.md) | ||
* [Authorization](Authorization.md) | ||
* [Avatars](Avatars.md) | ||
* [Chunked uploads](ChunkedUploads.md) | ||
* [Classifications](Classifications.md) | ||
* [Collaboration allowlist entries](CollaborationAllowlistEntries.md) | ||
* [Collaboration allowlist exempt targets](CollaborationAllowlistExemptTargets.md) | ||
* [Collections](Collections.md) | ||
* [Comments](Comments.md) | ||
* [Device pinners](DevicePinners.md) | ||
* [Downloads](Downloads.md) | ||
* [Email aliases](EmailAliases.md) | ||
* [Events](Events.md) | ||
* [File classifications](FileClassifications.md) | ||
* [File metadata](FileMetadata.md) | ||
* [File requests](FileRequests.md) | ||
* [File version legal holds](FileVersionLegalHolds.md) | ||
* [File version retentions](FileVersionRetentions.md) | ||
* [File versions](FileVersions.md) | ||
* [File watermarks](FileWatermarks.md) | ||
* [Files](Files.md) | ||
* [Folder classifications](FolderClassifications.md) | ||
* [Folder locks](FolderLocks.md) | ||
* [Folder metadata](FolderMetadata.md) | ||
* [Folder watermarks](FolderWatermarks.md) | ||
* [Folders](Folders.md) | ||
* [Groups](Groups.md) | ||
* [Integration mappings](IntegrationMappings.md) | ||
* [Invites](Invites.md) | ||
* [Legal hold policies](LegalHoldPolicies.md) | ||
* [Legal hold policy assignments](LegalHoldPolicyAssignments.md) | ||
* [List collaborations](ListCollaborations.md) | ||
* [Memberships](Memberships.md) | ||
* [Metadata cascade policies](MetadataCascadePolicies.md) | ||
* [Metadata templates](MetadataTemplates.md) | ||
* [Recent items](RecentItems.md) | ||
* [Retention policies](RetentionPolicies.md) | ||
* [Retention policy assignments](RetentionPolicyAssignments.md) | ||
* [Search](Search.md) | ||
* [Session termination](SessionTermination.md) | ||
* [Shared links files](SharedLinksFiles.md) | ||
* [Shared links folders](SharedLinksFolders.md) | ||
* [Shared links web links](SharedLinksWebLinks.md) | ||
* [Shield information barrier reports](ShieldInformationBarrierReports.md) | ||
* [Shield information barrier segment members](ShieldInformationBarrierSegmentMembers.md) | ||
* [Shield information barrier segment restrictions](ShieldInformationBarrierSegmentRestrictions.md) | ||
* [Shield information barrier segments](ShieldInformationBarrierSegments.md) | ||
* [Shield information barriers](ShieldInformationBarriers.md) | ||
* [Sign requests](SignRequests.md) | ||
* [Sign templates](SignTemplates.md) | ||
* [Skills](Skills.md) | ||
* [Storage policies](StoragePolicies.md) | ||
* [Storage policy assignments](StoragePolicyAssignments.md) | ||
* [Task assignments](TaskAssignments.md) | ||
* [Tasks](Tasks.md) | ||
* [Terms of service user statuses](TermsOfServiceUserStatuses.md) | ||
* [Terms of services](TermsOfServices.md) | ||
* [Transfer](Transfer.md) | ||
* [Trashed files](TrashedFiles.md) | ||
* [Trashed folders](TrashedFolders.md) | ||
* [Trashed items](TrashedItems.md) | ||
* [Trashed web links](TrashedWebLinks.md) | ||
* [Uploads](Uploads.md) | ||
* [User collaborations](UserCollaborations.md) | ||
* [Users](Users.md) | ||
* [Web links](WebLinks.md) | ||
* [Webhooks](Webhooks.md) | ||
* [Workflows](Workflows.md) | ||
* [Zip downloads](ZipDownloads.md) |