Commit 798eb93
feat: add Kotlin Jupyter notebooks for library demonstration
Add 6 comprehensive Kotlin Jupyter notebooks demonstrating the Kotlin Notion Client:
1. Getting Started - Basic setup and authentication
2. Reading Databases and Data Sources - Querying with filters and sorting
3. Creating Pages - Database pages, child pages, properties, icons, and covers
4. Working with Blocks - Retrieving, creating, updating, and deleting blocks
5. Rich Text DSL - All formatting, colors, links, dates, and equations
6. Advanced Queries - Complex filtering, AND/OR logic, sorting, and pagination
All notebooks tested against live Notion API with 50+ working examples.
Includes concise project journal documenting workflow patterns and best practices.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d5a9687 commit 798eb93
File tree
58 files changed
+4649
-759
lines changed- journal
- notebooks
- src
- main/kotlin/it/saabel/kotlinnotionclient/models
- base
- blocks
- comments
- databases
- datasources
- pages
- requests
- test
- kotlin
- examples
- integration
- dsl
- pagination
- pages
- unit
- api
- config
- dsl
- utils
- validation
- resources/api/data_sources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+4649
-759
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
224 | 236 | | |
225 | 237 | | |
226 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
151 | 164 | | |
152 | 165 | | |
153 | 166 | | |
| |||
0 commit comments