Skip to content
Snippets Groups Projects
Unverified Commit 2cb09e9d authored by Eric Parsons's avatar Eric Parsons Committed by GitHub
Browse files

Minor readme formatting

parent 6664c2a2
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ Example client: ...@@ -34,7 +34,7 @@ Example client:
* Command will look something like "php composer.phar install" and needs to be run from the directory with the composer.json file. * Command will look something like "php composer.phar install" and needs to be run from the directory with the composer.json file.
### Using the API ### Using the API
The root path of the API will be: https://\<hostname\>\<forum path\>/app.php/restApiV1/ If you have url rewriting enabled (in General->Server Settings of the control panel) and working for your forum, the path can be shortened to https://\<hostname\>\<forum path\>/restApiV1/ The root path of the API will be: _https://\<hostname\>\<forum path\>/app.php/restApiV1/_ If you have url rewriting enabled (in General->Server Settings of the control panel) and working for your forum, the path can be shortened to _https://\<hostname\>\<forum path\>/restApiV1/_
NOTE: Due to PhpBB's cookie based auth, you will need to handle cookies passed to and returned by the api. You shouldn't directly store these. Your client should act as a proxy for these cookies. I recommend looking at the example client and reusing the code if you are working with PHP on the client side. NOTE: Due to PhpBB's cookie based auth, you will need to handle cookies passed to and returned by the api. You shouldn't directly store these. Your client should act as a proxy for these cookies. I recommend looking at the example client and reusing the code if you are working with PHP on the client side.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment