September 22, 20186 yr On 9/17/2018 at 12:37 AM, DeathMarine said: is it possible to create a post using command line? What do you mean by command line?
September 22, 20186 yr On 9/16/2018 at 5:37 PM, DeathMarine said: is it possible to create a post using command line? No, you'd have to write your own gateway file to do this via CLI. I'm assuming you're wanting to use your community for some kind of server logging of issues?
September 23, 20186 yr Posts are stored in the database. You can always send a well formatted SQL request to the database...
September 23, 20186 yr 10 minutes ago, b416 said: Posts are stored in the database. You can always send a well formatted SQL request to the database... Really bad idea... It's better to write a gateway script that uses built in methods for content management. They ensure caches are up to date, any other relational content, etc.
September 24, 20186 yr Community Expert You could use CURL to send a HTTP request to the REST API... https://invisioncommunity.com/developers/rest-api?endpoint=forums/posts/POSTindex
November 11, 20186 yr Author On 9/24/2018 at 1:49 AM, Stuart Silvester said: You could use CURL to send a HTTP request to the REST API... https://invisioncommunity.com/developers/rest-api?endpoint=forums/posts/POSTindex didn't realize someone responded! thank you very much! i'll definitely look into that
Archived
This topic is now archived and is closed to further replies.