Restler-API-Explorer icon indicating copy to clipboard operation
Restler-API-Explorer copied to clipboard

explorer endpoint with Restler RC6?

Open marcolino opened this issue 8 years ago • 1 comments

I read the note at the top of the README:

Note:- Newer version of API Explorer that currently targets swagger 1.2 specification is currently bundled with Restler RC6. Use the Explorer class instead of Resources class in the below example and ignore all the steps for building and copying the explorer folder as it is no longer required.

I did use the explorer class. But which is the explorer endpoint? http://mysite.com/myRestlerAPI/explorer gives a 404...

P.S.: I suppose I am on RC6, I am on Version 3.0 Release Candidate 5, but, how to check?

marcolino avatar Jan 25 '17 15:01 marcolino

Version 3.0 Release Candidate 5(RC5) won't have this Explorer class. You can check the version you are using by looking at the api response headers or opening the Restler.php and looking for the @version 3.0.0rc6 comment

We recommend using Restler application template from https://github.com/Luracast/Restler-Application this creates a sample api and adds explorer support

Arul- avatar Jan 26 '17 00:01 Arul-