UNPKG

dsx-core

Version:

The core framework of Dropbox Solutions Accelerators. This framework contains all needed functionalities to work with Dropbox APIs. It handles authentication, http requests and responses, and all needed endpoints.

6 lines (4 loc) 133 B
export async function listSharedLinks(dbx) { const response = await dbx.sharingListSharedLinks(); return response.result.links; }