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
/
lib.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-25
Add new CreateBlock children to page creation (#49)
Mark Cola
1
-1
/
+2
2023-01-02
style(clippy+fmt): Format code and fix clippy issues
Jake Swenson
1
-1
/
+4
2023-01-02
Add create page functionality (#44)
ahmetrehaseker
1
-0
/
+17
2022-11-19
style(cargo fmt): Add rustfmt config, and fmt code
Jake Swenson
1
-2
/
+8
2022-05-17
style(cargo fmt): Format code
Jake Swenson
1
-3
/
+1
2022-05-17
Upgrade notion version (#39)
Shashank Pachava
1
-5
/
+3
2021-12-11
fix(example): Example wasn't compling + lib fixes (#19)
Dmitry Gavrovsky
1
-1
/
+16
2021-08-30
Improve ergonomics
Jake Swenson
1
-0
/
+4
2021-08-29
Split NotionApi tests out
Jake Swenson
1
-168
/
+4
2021-08-29
Notion API Version 2021-08-16 support; fix a bunch of modling errors as well
Jake Swenson
1
-59
/
+110
2021-08-28
Number format parsing bug. Fixes #15 (#16)
Jake Swenson
1
-1
/
+1
2021-08-27
Make NotionApi Clone-able
Jake Swenson
1
-0
/
+1
2021-05-17
ci: adding doc build step (#10)
Jake Swenson
1
-1
/
+15
2021-05-17
refactor: Rename Indentifible trait to AsIdentifier and try to improve the us...
Jake Swenson
1
-13
/
+8
2021-05-16
Get Children Blocks (#9)
Brett Spradling
1
-4
/
+41
2021-05-17
feat: adding proper error type with snafu (#8)
Jake Swenson
1
-16
/
+40
2021-05-16
chore: lots of little cleanup (#7)
Jake Swenson
1
-3
/
+3
2021-05-16
fix: Fixes issue #3, search can return objects (#5)
Jake Swenson
1
-11
/
+50
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
trait issue, need to fix
Jake Swenson
1
-13
/
+3
2021-05-15
working database queries
Jake Swenson
1
-7
/
+43
2021-05-15
adding basic property filters
Jake Swenson
1
-2
/
+39
2021-05-15
pages
Jake Swenson
1
-30
/
+76
2021-05-14
split models
Jake Swenson
1
-7
/
+8
2021-05-14
clean code
Jake Swenson
1
-13
/
+27
2021-05-14
First pass at a working Notion api client from the public beta
Jake Swenson
1
-0
/
+70