1. 首页
  2. 数据库
  3. 其它
  4. letterboxd rs:Letterboxd API用于访问Rust中Letterboxd.com网站上的数据 源码

letterboxd rs:Letterboxd API用于访问Rust中Letterboxd.com网站上的数据 源码

上传者: 2021-02-22 07:39:06上传 ZIP文件 35KB 热度 7次
Rust的信箱式API 客户端,用于访问Rust中Letterboxd.com网站上的数据。 例子 #[tokio::main] async fn main () -> letterboxd:: Result <()> { let api_key_pair = letterboxd :: ApiKeyPair :: from_env (). unwrap (); let client = letterboxd :: Client :: new (api_key_pair); let req = letterboxd :: SearchRequest {
用户评论