New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lusid-drive-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lusid-drive-sdk

FINBOURNE Drive API

  • 2.1.55
  • PyPI
  • Socket score

Maintainers
1

Documentation for API Endpoints

All URIs are relative to https://fbn-prd.lusid.com/drive

ClassMethodHTTP requestDescription
ApplicationMetadataApilist_access_controlled_resourcesGET /api/metadata/access/resources[EARLY ACCESS] ListAccessControlledResources: Get resources available for access control
FilesApicreate_filePOST /api/filesCreateFile: Uploads a file to Lusid Drive. If using an SDK, consider using the UploadAsStreamAsync function for larger files instead.
FilesApidelete_fileDELETE /api/files/{id}[EARLY ACCESS] DeleteFile: Deletes a file from Drive.
FilesApidownload_fileGET /api/files/{id}/contentsDownloadFile: Download the file from Drive.
FilesApiget_fileGET /api/files/{id}[EARLY ACCESS] GetFile: Get a file stored in Drive.
FilesApiupdate_file_contentsPUT /api/files/{id}/contents[EARLY ACCESS] UpdateFileContents: Updates contents of a file in Drive.
FilesApiupdate_file_metadataPUT /api/files/{id}[EARLY ACCESS] UpdateFileMetadata: Updates metadata for a file in Drive.
FoldersApicreate_folderPOST /api/folders[EARLY ACCESS] CreateFolder: Create a new folder in LUSID Drive
FoldersApidelete_folderDELETE /api/folders/{id}[EARLY ACCESS] DeleteFolder: Delete a specified folder and all subfolders
FoldersApiget_folderGET /api/folders/{id}[EARLY ACCESS] GetFolder: Get metadata of folder
FoldersApiget_folder_contentsGET /api/folders/{id}/contentsGetFolderContents: List contents of a folder
FoldersApiget_root_folderGET /api/foldersGetRootFolder: List contents of root folder
FoldersApimove_folderPOST /api/folders/{id}[EARLY ACCESS] MoveFolder: Move files to specified folder
FoldersApiupdate_folderPUT /api/folders/{id}[EARLY ACCESS] UpdateFolder: Update an existing folder's name, path
SearchApisearchPOST /api/search[EARLY ACCESS] Search: Search for a file or folder with a given name and path

Documentation for Models

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc