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
{{ message }}
This repository was archived by the owner on Jun 9, 2019. It is now read-only.
I'm having trouble getting the API explorer to work correctly with my restler API's.
When I go to localhost/explorer, I get the API Explorer header bar at the top of the page and below I get text saying "fetching resource list: ../resources.json" but nothing else.
When I go to localhost/resources, the page returns the following:
Hi there,
I'm having trouble getting the API explorer to work correctly with my restler API's.
When I go to localhost/explorer, I get the API Explorer header bar at the top of the page and below I get text saying "fetching resource list: ../resources.json" but nothing else.
When I go to localhost/resources, the page returns the following:
So I'm guessing that it's setting up the resources.json file but doesn't seem to acknowledge that my API's exist?
Here's my index.php file:
I've also tried testing this with another restler project which had a multiple API's and I have the same issue. Anything obvious that I'm missing?