RSS Feed/News Problem with POST method in new API endpoint

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,655
Points
823

Reputation:

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

Continue reading...
 
Status
Not open for further replies.
Top