The api (Discourse API Docs) states that new topics must specify a topic_id integer, but how do I know the correct integer to use?
For example if I put 1,there already exists a topic with that integer. I could pick a random integer, but that seems a bad approach to take? Am I supposed to loop through all of the topics to find the next topic integer not in use?