Commit graph

41 commits

Author SHA1 Message Date
1ff6ebc113 feat: removed more unneccesary clones 2025-02-21 16:46:57 +01:00
50ccd6b339 feat: removed all Arc's for better memory usage and less dangling pointers 2025-02-21 15:38:58 +01:00
16fd39e8c0 fix: made sure that all errors and traces are in a single line 2025-02-20 16:29:22 +01:00
e173d0ef67 chore: re-added async-std for testing purposes 2025-02-20 13:01:54 +01:00
8f6e2b3042 chore: removed unnecessary packages from crate 2025-02-14 16:57:43 +01:00
19db7a6731 feat: made most methods not consume the client itself 2025-02-06 18:51:21 +01:00
cb2295e780 feat: made unrecognized enum values default to a "Unsupported" value 2024-11-17 14:28:31 +01:00
ec6c8c789a chore: removed deprecated underscore 2024-09-06 11:13:38 +02:00
2b0522571c chore: did a clippy pass 2024-04-21 14:05:54 +02:00
7b64d525d9 feat: did further upgrades to help migration to surf 2024-04-14 21:54:55 +02:00
d3ef727207 fix: forced surf on better feature set 2024-03-23 17:34:21 +01:00
f0b58940b2 fix: replaced unwraps with expects 2024-03-22 21:24:07 +01:00
83cc5e85fc wip: started replacing reqwest with surf 2024-03-21 22:23:05 +01:00
2760c7c24f feat: added button type 2024-03-16 18:15:36 +01:00
09d80b6afa chore: unified the serde version in the project 2024-03-16 15:29:20 +01:00
31df01e46e feat: made WARNs push out JSON instead of serde_json::Value 2024-01-18 21:52:42 +01:00
60d7c94c91 feat: expanded ChildPage 2023-11-06 22:53:48 +01:00
86c3595d06 fix: fixed chrono incompatibility 2023-11-06 22:48:35 +01:00
290f43a68d feat: expanded ChildDatabase 2023-11-06 22:40:53 +01:00
42b4098e72 fix: made more fields public 2023-11-06 20:21:53 +01:00
2c4db537c3 feat: made Code properties public 2023-11-06 20:03:58 +01:00
3e5872f003 feat: implemented "*Property::Unsupported" for unrecognized property types 2023-10-17 21:12:42 +02:00
a692f6884a feat: updated rfc conversion 2023-09-30 15:34:57 +02:00
3ae1313b79 feat: added pagination and get_title helper method 2023-07-09 21:57:59 +02:00
a1fe4ae68c feat: added sorts for DatabaseQueryOptions 2023-07-07 13:06:01 +02:00
432e38c808 fix: small spec disrepancy for multi_select 2023-07-03 23:18:50 +02:00
c2fde492eb feat: updated everything for changes in notion.cafe 2023-07-03 15:07:55 +02:00
d5340b3e06 feat: added plain_text() method 2023-04-12 19:27:11 +02:00
3e526202dc feat: added users endpoint 2023-04-10 17:15:01 +02:00
84a5096ec2 feat: fixed spec + added custom request handler 2023-04-09 19:28:31 +02:00
6f1cad9b89 feat: implemented Unsupported types + more 2023-03-28 06:03:53 +02:00
57eb7c259e feat: made SearchOption not serialize None's 2023-03-20 15:59:55 +01:00
99b4e4a675 feat: added search endpoint 2023-03-20 15:10:11 +01:00
acb8924b46 fix: removed Unknown from errors 2023-03-20 14:50:10 +01:00
b65be908a8 feat: switched Arc instead of Rc 2023-03-20 11:36:07 +01:00
11016250c6 fix: changed String option to &'a str 2023-03-19 23:27:24 +01:00
46d1bc9b3f feat: add databases and filter options 2023-03-19 23:07:39 +01:00
fe89272ba5 feat: made pages & blocks public 2023-03-19 21:56:24 +01:00
595e62509b feat: assume client create is safe + error rename 2023-03-19 21:32:26 +01:00
7da26e8959 feat: using Rc's instead of borrows 2023-03-19 19:56:33 +01:00
0a905f1092 first commit 2023-01-29 13:15:41 +01:00