Closed mjaschen closed 5 years ago
You will need to setup https://github.com/xfrocks/DevHelper/tree/xf2 if you wish to clone this repo and do api development. Otherwise you can install with the zip package from https://xfrocks.com/resources/bd-api-for-xenforo-2-0.36/.
Hi,
thanks, that's exactly the information I needed :-)
Have a great day and thanks for your work!
Marcus
Hi there,
I'm trying to get the xenforo2 branch running with XF 2.0.12.
After cloning the repository, checking out the
xenforo2
branch, runningcomposer install
and importing the data viaphp cmd.php xf-dev:import -a Xfrocks/Api
I can successfully call the/api/
endpoint.However, opening the API settings in the AdminCP (
/admin.php?api-clients/
) renders an error:The file containing the aforementioned class is excluded in
.gitignore
:Is there any chance to get that file?
Best regards
Marcus