XenForo
Administrative
- Thread starter
- Admin
- #1
Hello 
I've added a new API endpoint to an addon we use (Snogs Advanced forms).
So far the GET method works as it should.
I am now trying to get the POST method to function.
I have two controller classes:
class Form extends AbstractController
class Forms extends AbstractController
The Forms class fetches a list of forms (actionGet).
I currently don't want to allow creating a form,
but added the actionPost function to see when it gets rendered...
Read more
Read more about this Feed . . .
I've added a new API endpoint to an addon we use (Snogs Advanced forms).
So far the GET method works as it should.
I am now trying to get the POST method to function.
I have two controller classes:
class Form extends AbstractController
class Forms extends AbstractController
The Forms class fetches a list of forms (actionGet).
I currently don't want to allow creating a form,
but added the actionPost function to see when it gets rendered...
Read more
Read more about this Feed . . .