You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set Resources::$placeFormatExtensionBeforeDynamicParts = false; in my index.php
Also tried Explorer::$placeFormatExtensionBeforeDynamicParts = false;
My GET endpoint is showing in Explorer as /v1/weatherstations/nearby.json/{latitude}/{longitude}/{radius}.
I would like it to be /v1/weatherstations/nearby/{latitude}/{longitude}/{radius}.json
Is this possible?
I can get this behaviour by commenting out Resources.php:275-283 but I'm not sure if this has further implications.
The text was updated successfully, but these errors were encountered:
tallsam
changed the title
Explorer::$placeFormatExtensionBeforeDynamicParts not obeyed.
Resources::$placeFormatExtensionBeforeDynamicParts not obeyed.
Oct 15, 2015
Hi Arul,
I'm on RC6.
I've set
Resources::$placeFormatExtensionBeforeDynamicParts = false;
in my index.phpAlso tried
Explorer::$placeFormatExtensionBeforeDynamicParts = false;
My GET endpoint is showing in Explorer as
/v1/weatherstations/nearby.json/{latitude}/{longitude}/{radius}
.I would like it to be
/v1/weatherstations/nearby/{latitude}/{longitude}/{radius}.json
Is this possible?
I can get this behaviour by commenting out Resources.php:275-283 but I'm not sure if this has further implications.
Cheers,
Sam.
The text was updated successfully, but these errors were encountered: