PDA

View Full Version : API CALLS JUST GET REQUESTS


sodagod
03-08-2020, 02:05 AM
Yes, I have built my front-end using React, I am trying to use Axios to grab data from the forums like posts, threads and etc. I am not sure how to set up the api to work so I can use it this way. Can someone please help.

Dave
03-08-2020, 02:35 AM
vBulletin 4 does seem to have some sort of API functionality, but I can't find any documentation on this anywhere nor have I ever seen this used. Maybe someone else has any information on this?

You could try researching it (the file is api.php in the root folder and works together with a generated API key in the vBulletin settings), but it might be easier to create a basic API from scratch if all you need is forum/thread/post/member data.

Hostboard
03-09-2020, 05:27 PM
Yes, I have built my front-end using React, I am trying to use Axios to grab data from the forums like posts, threads and etc. I am not sure how to set up the api to work so I can use it this way. Can someone please help.

Would you be willing to share a link to your site? I would be interested in seeing what you have done.