-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# neodb-shelf-api | ||
## 获取自己 NeoDB 上的项目内容 | ||
1. 在 [NeoDB API Developer Console](https://neodb.social/developer/) 获取 Access Token; | ||
2. 在 vercel 上部署该项目,设置环境变量 `AUTHORIZATION` 为第一步获取的 Access Token; | ||
3. 部署成功后,访问 https://yourdomine/api?type={type}&category={category} ,`{type}` 为 `wishlist / progress / complete` ,`{category}` 为 `book / movie / tv / music / game / podcast`,可以获得 json 数据。 |