Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: topics and comments #188

Merged
merged 99 commits into from
Jul 17, 2022
Merged

feat: topics and comments #188

merged 99 commits into from
Jul 17, 2022

Conversation

trim21
Copy link
Contributor

@trim21 trim21 commented Jul 11, 2022

close #67 #53 #53

讨论贴相关的私有 API

	private.Get("/groups/:name/topics", addMetrics(h.ListGroupTopics))
	private.Get("/subjects/:id/topics", addMetrics(h.ListSubjectTopics))

	private.Get("/groups/:name/topics/:topic_id", addMetrics(h.GetGroupTopic))
	private.Get("/subjects/:id/topics/:topic_id", addMetrics(h.GetSubjectTopic))
	private.Get("/indices/:id/comments", addMetrics(h.GetIndexComments))
	private.Get("/episodes/:id/comments", addMetrics(h.GetEpisodeComments))
	private.Get("/characters/:id/comments", addMetrics(h.GetCharacterComments))
	private.Get("/persons/:id/comments", addMetrics(h.GetPersonComments))

@trim21 trim21 marked this pull request as ready for review July 17, 2022 03:58
@trim21 trim21 changed the title 讨论贴 feat: topics and comments Jul 17, 2022
@trim21 trim21 merged commit abf8803 into bangumi:master Jul 17, 2022
@trim21 trim21 deleted the feature/topic branch July 17, 2022 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

获取条目讨论
2 participants