https://github.com/everpcpc/chobits
Go bgm.tv REST API
https://github.com/everpcpc/chobits
bangumi
Last synced: 8 months ago
JSON representation
Go bgm.tv REST API
- Host: GitHub
- URL: https://github.com/everpcpc/chobits
- Owner: everpcpc
- License: mit
- Created: 2018-03-06T00:48:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T06:51:09.000Z (over 3 years ago)
- Last Synced: 2025-01-20T21:33:07.469Z (10 months ago)
- Topics: bangumi
- Language: Go
- Homepage: https://github.com/bangumi/api
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chobits
Go bgm.tv REST API
## Document
https://godoc.org/github.com/everpcpc/chobits
## API reference
https://bangumi.github.io/api/#/
## TODO
### user
- [ ] /user/{username}
- [ ] /v0/me
### subject
- [ ] /calendar
- [x] /v0/subjects/{subject_id}
- [ ] /v0/subjects/{subject_id}/persons
- [ ] /v0/subjects/{subject_id}/charaters
- [ ] /v0/subjects/{subject_id}/subjects
### search
- [ ] /search/subject/{keywords}
### progress
- [ ] /ep/{id}/status/{status}
- [ ] /ep/{id}/status/{status} `POST`
- [ ] /subject/{subject_id}/update/watched_eps `POST`
### collection
- [ ] /collection/{subject_id}
- [ ] /collection/{subject_id}/{action} `POST`
- [ ] /v0/users/{username}/collections
### episode
- [ ] /v0/episodes
- [x] /v0/episodes/{episode_id}
### character
- [ ] /v0/characters/{character_id}
- [ ] /v0/characters/{character_id}/subjects
- [ ] /v0/characters/{character_id}/persons
### person
- [ ] /v0/persons/{person_id}
- [ ] /v0/persons/{person_id}/subjects
- [ ] /v0/persons/{personid}/charaters
### revisioin
...
### index
...