Rest API expansion ponts

Andrey Lurye asked on March 25, 2015 17:41

Are the REST services designed to be expandable? Is there a way to add custom methods to the rest services? I found some mention of new modules being able to add something to the REST methods, but I can't find any documentation on how this would be done. I realize I could pretty easily add my own REST api on the side, but I am trying to see if I could keep everything neatly together

EDIT What I am looking to add is some higher level operation that would be domain specific for my application. Things I could not leave up tot he calling method to execute all the steps on it's own

Recent Answers


Brenden Kehren answered on March 25, 2015 19:46

What is it you want to expand or what methods aren't there that you want to add?

You stated you "found some mention of new modules being able to add something to REST methods", where did you find this article or info? I'd be interested to read up on it!

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.