feat: add carbone-sdk dependency and create initial CarboneClient implementation
Supa-backup / run_db_backup (push) Successful in 38s

- Added carbone-sdk@^1.6.0 to package.json and deno.lock
- Created a new notebook (carbone.ipynb) with CarboneClient class for interacting with the Carbone API
- Implemented methods for listing templates, categories, tags, uploading templates, and rendering documents
This commit is contained in:
2026-03-13 11:09:22 -06:00
parent 55fd3f3886
commit 357c244f2a
3 changed files with 598 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
"dependencies": {
"@supabase/supabase-js": "^2.90.1",
"@toon-format/toon": "^2.1.0",
"carbone-sdk": "^1.6.0",
"citeproc": "^2.4.63",
"deno": "^2.6.4",
"jwt-decode": "^4.0.0",