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
/
models
/
search.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-23
move And and Or variants to FilterCondition to support recursive nesting (#52)
Mark Cola
1
-14
/
+84
2023-01-02
Add create page functionality (#44)
ahmetrehaseker
1
-10
/
+13
2022-11-19
style(cargo fmt): Add rustfmt config, and fmt code
Jake Swenson
1
-1
/
+4
2021-09-22
feat: Paging improvements and ergonomics
Jake Swenson
1
-3
/
+6
2021-08-30
Improve ergonomics
Jake Swenson
1
-2
/
+11
2021-08-29
Notion API Version 2021-08-16 support; fix a bunch of modling errors as well
Jake Swenson
1
-1
/
+4
2021-08-28
Number format parsing bug. Fixes #15 (#16)
Jake Swenson
1
-0
/
+11
2021-05-23
Add initial todo example (#13)
Jake Swenson
1
-0
/
+9
2021-05-17
feat: adding proper error type with snafu (#8)
Jake Swenson
1
-13
/
+13
2021-05-16
chore: lots of little cleanup (#7)
Jake Swenson
1
-24
/
+223
2021-05-16
fix: Fixes issue #3, search can return objects (#5)
Jake Swenson
1
-4
/
+4
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
working database queries
Jake Swenson
1
-5
/
+5
2021-05-15
adding basic property filters
Jake Swenson
1
-0
/
+58
2021-05-14
paging
Jake Swenson
1
-8
/
+3
2021-05-14
split models
Jake Swenson
1
-1
/
+0
2021-05-14
clean code
Jake Swenson
1
-21
/
+28
2021-05-14
First pass at a working Notion api client from the public beta
Jake Swenson
1
-0
/
+89