0 Extend RockRMS API 2 Josh Sommer posted 9 Years Ago Hello, I'm new to developing with RockRMS and currently I'm working with a client that has a need for us to extend the API in a manner where they can call a post response such as .../api/foo?param=test and it would return a JSON response that brevity sake would simply say's "true". it doesn't need to have any work with the database and the rest of the code for the logic is all but taken care of I would simply like the best possible way to add it to my "SampleProject" any help or a pointer to somewhere in the wiki would be greatly appreciated. Thanks,
David Stevens 9 years ago Hey Josh, we've written several custom API endpoints for our giving. They're not overly simple, but if you're looking for an example to get you started: https://github.com/NewSpring/rock-apollos/blob/beta/cc.newspring.Apollos/Rest/Controllers/ApollosUserLoginsController.csHere's a link to the entire project so you can see how it's structured:https://github.com/NewSpring/rock-apollos/tree/beta