MANIAMAX
MANIAMAX

Reputation: 146

Apigility Resource class methods

I am using the Apigility to create Rest Web Services except that I have a doubt. Can I add methods in the class Resource? If so, how can I make a call to the method with php?

Thanks

Upvotes: 1

Views: 129

Answers (1)

timiTao
timiTao

Reputation: 1413

Yes, you can add methods to you Resource, but they wont be called via API, in any way.

If you want to call them with PHP, then load resource by factory and call function.

Upvotes: 1

Related Questions