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

Add new API endpoints for forums and topics #11742

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Sheppsu
Copy link
Contributor

@Sheppsu Sheppsu commented Dec 13, 2024

Closes #7440

It would be nice to have these available, and in my case, I want to automate some things on my otdb project by using the api to comb through the tournament forum. I would love to at least have the topic listing endpoint available if not the others.

Adds three endpoints:

  • Get a list of top-level forums and their subforums (max 2 deep)
  • Get a single forum with pinned topics and recent topics
  • Get a sorted list of topics optionally under a certain forum

implements 3 endpoints: forum listing, single forum by id with topics, and topic listing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add API route to get topic listing on a forum
1 participant