-
Notifications
You must be signed in to change notification settings - Fork 75
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
Important data missing from the API #22
Comments
We added some more data to boards.json |
Thank you, this makes me very happy! One question for clarification: the spoiler tag is optional, but /r9k/ and /u/ have spoilers: 0. What does this mean? |
That would be a bug. "spoilers": 1 = spoilers enabled (text and images) |
Ok got it. |
I think that some important data is missing from the api as it currently exists.
Now apps need to hardcode the configurations into their code, and need to update each time a new board is created, or when a board changes config.
The boards.json file already exists, and I think it would be a good idea to put these settings in there.
The following board configurations are missing from the api:
And optionally, knowing these would be nice (see also #17 and #18), but they are really specific:
About the image spoiler thing, it currently exists on threads OPs, but there is no way to know if image spoilering is supported when posting.
I know that the api is read-only, but this would help me out a lot.
I suggest the following in the boards.json:
Optionally, I suggest encoding the file_types like this, if the max sizes differ per type. (It already differs for webms):
The text was updated successfully, but these errors were encountered: