We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We are using safer defaults that will work for everyone, but made it completely configurable.
if you prefer .json to be added at the end, add the following to index.php (gateway)
use Luracast\Restler\Resources; Resources::$placeFormatExtensionBeforeDynamicParts = false;
If you prefer not to add .json extension, add the following to index.php
use Luracast\Restler\Resources; Resources::$useFormatAsExtension = false;
http://stackoverflow.com/questions/12837449/losing-the-json-in-the-api-explorer-documentation