cheapbooks.com Posted October 3, 2007 Share Posted October 3, 2007 Does invision have an API, so I could develop my own applications?In other words, I'd ideally like an API where I can make calls such as showing me all forums, all topics in a forum, all new topics, etc. This would allow me (and other developers) to develop more applications. Similar to the Amazon developer API.For example, I'd like an application to find duplicate posts and would write one.It is my personal opinion that the whole board should be API based, so third parties could develop their own tools easily in any language they choose... Link to comment Share on other sites More sharing options...
Dr. Watz0n Posted October 3, 2007 Share Posted October 3, 2007 No, there is no API supplied by IPS. You best bet is to look at the source of a few modifications and make your own mod. Link to comment Share on other sites More sharing options...
atomicknight Posted October 3, 2007 Share Posted October 3, 2007 Yeah, there's no official API. IPBSDK is an unofficial one that may or may not work for your needs, but the best way is still to look through the source code. Link to comment Share on other sites More sharing options...
BryanH Posted October 3, 2007 Share Posted October 3, 2007 Search at IPS Beyond. I remember seeing a mod some guy wrote for a New Topic API. Link to comment Share on other sites More sharing options...
bfarber Posted October 3, 2007 Share Posted October 3, 2007 Actually, guys, there are lots of API's in IPB - it's just that most are not directly web-accessible by default.For example, we have the ssi.php file (included in the distribution under the Tools/ folder) which can get news, topics, board stats, and active users, with some things being configurable. We have many files under sources/api/ which can be easily hooked into to perform various functions (like posting a new topic, or getting a list of topics.Still some functions in other files can be used in an API manner if you know what you are looking to do. We DO want to extend our apis over time, as I think this is one thing that would be beneficial to everyone. But there is a lot present if you know what you want to do and where to look. Link to comment Share on other sites More sharing options...
Michael Posted October 3, 2007 Share Posted October 3, 2007 You should check this out too: http://www.invisionpower.com/files/ipb23devdocs.pdf Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.