index
:
notion
feature/block-children
fix-block-child-db-key
identifier-infallible
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-28
Fix incorrect key for `child_database` block object
fix-block-child-db-key
Anshul Gupta
1
-3
/
+3
2024-08-12
add new props (#66)
Ivy Pierlot
2
-23
/
+115
2023-02-25
Add new CreateBlock children to page creation (#49)
Mark Cola
13
-747
/
+924
2023-01-23
move And and Or variants to FilterCondition to support recursive nesting (#52)
Mark Cola
1
-14
/
+84
2023-01-07
Fixed properties docs and added Status (#46)
AusCyberman
1
-32
/
+70
2023-01-02
style(clippy+fmt): Format code and fix clippy issues
Jake Swenson
3
-3
/
+6
2023-01-02
Add create page functionality (#44)
ahmetrehaseker
5
-12
/
+42
2022-11-19
style(cargo fmt): Add rustfmt config, and fmt code
Jake Swenson
7
-32
/
+61
2022-05-17
style(cargo fmt): Format code
Jake Swenson
5
-347
/
+393
2022-05-17
Upgrade notion version (#39)
Shashank Pachava
16
-44
/
+1189
2022-03-12
Add support for quote and equation blocks (#38)
Neil Blakey-Milner
1
-1
/
+18
2022-01-11
Add support for code blocks (#35)
Neil Blakey-Milner
1
-1
/
+13
2021-12-28
fix(#32): Fix rollup value parsing issues (#33)
Jake Swenson
3
-9
/
+130
2021-12-17
Url property can be null (#26)
Dmitry Gavrovsky
1
-1
/
+1
2021-12-11
fix(example): Example wasn't compling + lib fixes (#19)
Dmitry Gavrovsky
3
-3
/
+28
2021-09-22
feat: Paging improvements and ergonomics
Jake Swenson
7
-10
/
+61
2021-08-30
Improve ergonomics
Jake Swenson
4
-3
/
+29
2021-08-29
Split NotionApi tests out
Jake Swenson
2
-168
/
+165
2021-08-29
Notion API Version 2021-08-16 support; fix a bunch of modling errors as well
Jake Swenson
17
-181
/
+676
2021-08-28
Number format parsing bug. Fixes #15 (#16)
Jake Swenson
7
-102
/
+212
2021-08-27
Make NotionApi Clone-able
Jake Swenson
1
-0
/
+1
2021-05-23
Add initial todo example (#13)
Jake Swenson
3
-0
/
+48
2021-05-17
ci: adding doc build step (#10)
Jake Swenson
2
-2
/
+16
2021-05-17
refactor: Rename Indentifible trait to AsIdentifier and try to improve the us...
Jake Swenson
2
-45
/
+26
2021-05-16
Get Children Blocks (#9)
Brett Spradling
2
-7
/
+189
2021-05-17
feat: adding proper error type with snafu (#8)
Jake Swenson
3
-31
/
+55
2021-05-16
chore: lots of little cleanup (#7)
Jake Swenson
3
-27
/
+227
2021-05-16
fix: Fixes issue #3, search can return objects (#5)
Jake Swenson
3
-21
/
+77
2021-05-15
fix: Test include_str in CI
Jake Swenson
1
-1
/
+3
2021-05-15
feat: adding support for running API tests in CI (using my API token...) (#2)
Jake Swenson
1
-2
/
+11
2021-05-15
adding test for is_not_empty
Jake Swenson
1
-0
/
+14
2021-05-15
adding serialize to true
Jake Swenson
1
-1
/
+38
2021-05-15
trait issue, need to fix
Jake Swenson
1
-13
/
+3
2021-05-15
working database queries
Jake Swenson
4
-15
/
+104
2021-05-15
adding basic property filters
Jake Swenson
3
-6
/
+113
2021-05-15
pages
Jake Swenson
5
-64
/
+460
2021-05-14
paging
Jake Swenson
3
-8
/
+17
2021-05-14
add all properties
Jake Swenson
1
-0
/
+83
2021-05-14
files documentation issue
Jake Swenson
1
-2
/
+3
2021-05-14
split models
Jake Swenson
5
-169
/
+175
2021-05-14
clean code
Jake Swenson
3
-53
/
+62
2021-05-14
First pass at a working Notion api client from the public beta
Jake Swenson
3
-0
/
+381