Restler-API-Explorer
Restler-API-Explorer copied to clipboard
Restler API Explorer is a tweaked version of Swagger UI, a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API...
Hello, We have a problem while setting the API in Symfony4. is there any suggestions how to set the configuration that in Symfony4? regards,
Hello, This is a very useful package for creating rest API. and it's work fine. Yesterday I was installed SSL certificate and run the API explorer it shows **404: Not...
Hello, My application is based on Symfony3 framework. And I installed restler using the composer then the related api explorer. I copied the explorer folder under /web (my public folder)...
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...
Is there a way to display the description of the variables of a custom model type in the description of the parameters? for example @param Vehicle $vehicle The vehicle's information...
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...
This one is driving me nuts and maybe its just me, but at least I can recreate the issue. Explorer is giving me the following error; ``` 200 : OK...
When I add Error Codes. They dont show up on the UI. "responseMessages": [ { "code": 400, "message": "Invalid value for grant_type. The acceptable value is password" }.. ]
when I called index.html , but http code 200,but no response. when I refresh,it will have response,but another lost,but it running good in server my os is mac osx
I've added this: @return array Some description here All I see on the explorer page for this method is that it returns Array.