Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jakeswenson/notion
Browse files Browse the repository at this point in the history
  • Loading branch information
auscyber committed Aug 5, 2024
2 parents 95e57e7 + 1ba9846 commit 7ad6232
Show file tree
Hide file tree
Showing 15 changed files with 1,009 additions and 762 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notion"
version = "0.5.0"
version = "0.5.1"
authors = ["Jake Swenson <jake@jakeswenson.com>"]
edition = "2018"
repository = "https://github.com/jakeswenson/notion"
Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
use crate::ids::{BlockId, DatabaseId};
use crate::models::error::ErrorResponse;
use crate::models::search::{DatabaseQuery, SearchRequest};
use crate::models::{Block, Database, ListResponse, Object, Page};
use crate::models::{Database, ListResponse, Object, Page};
use ids::{AsIdentifier, PageId};
use models::block::Block;
use models::PageCreateRequest;
use reqwest::header::{HeaderMap, HeaderValue};
use reqwest::{header, Client, ClientBuilder, RequestBuilder};
Expand Down
Loading

0 comments on commit 7ad6232

Please sign in to comment.