@g123jp/ctw-box-sdk
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "@g123jp/ctw-box-sdk", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -70,5 +70,8 @@ # CTW BOX - Core SDK | ||
const link = | ||
"https://ctwbox.stg.g123.jp/?owner=lukasz.m&updated_at_range=1672996870_1672996881&page=1"; | ||
const { data } = await boxClient.listObjectsFromLink(options); | ||
"https://ctwbox.stg.g123.jp/?link_id=3c7d6e9ecb0a4ac9ab9aedfa0035232d"; | ||
const { data } = await boxClient.listObjectsFromLink({ | ||
fullLink: link, | ||
}); | ||
``` | ||
The supported parameters are `fullLink`, `linkId`, `page` and `limit` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44988
77