ntn 0.7.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -7
- package/dist/ntn-darwin-arm64/ntn +0 -0
- package/dist/ntn-darwin-x64/ntn +0 -0
- package/dist/ntn-linux-x64/ntn +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,10 +42,7 @@ ntn api v1/pages --spec -X POST
|
|
|
42
42
|
ntn api v1/pages --docs -X POST
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
integration tokens provided via `NOTION_API_TOKEN`.
|
|
47
|
-
|
|
48
|
-
There is also a beta convenience wrapper for the File Uploads API:
|
|
45
|
+
There is also a convenience wrapper for the File Uploads API:
|
|
49
46
|
|
|
50
47
|
```bash
|
|
51
48
|
ntn files create < file.png
|
|
@@ -54,9 +51,6 @@ ntn files get <upload-id>
|
|
|
54
51
|
ntn files list
|
|
55
52
|
```
|
|
56
53
|
|
|
57
|
-
`ntn files` currently uses the same public API auth path as `ntn api`, so it
|
|
58
|
-
also requires a Notion integration token in `NOTION_API_TOKEN`.
|
|
59
|
-
|
|
60
54
|
`ntn files create` is intentionally quiet on success. For byte uploads it only
|
|
61
55
|
shows a progress bar when stderr is a TTY.
|
|
62
56
|
|
|
Binary file
|
package/dist/ntn-darwin-x64/ntn
CHANGED
|
Binary file
|
package/dist/ntn-linux-x64/ntn
CHANGED
|
Binary file
|