Browse code

Add bit about downloadable swagger-ui

For me version hosted on rhcloud.com doesn't work
but version I downloaded from swagger-ui github works.
It may be a good idea to point people to use swagger-ui
in any case.

Hemant Kumar authored on 2016/09/21 07:01:51
Showing 1 changed files
... ...
@@ -499,7 +499,7 @@ OpenShift and Kubernetes integrate with the [Swagger 2.0 API framework](http://s
499 499
 
500 500
     $ openshift start --cors-allowed-origins=.*
501 501
 
502
-and then browse to http://openshift3swagger-claytondev.rhcloud.com (which runs a copy of the Swagger UI that points to localhost:8080 by default).  Expand the operations available on v1 to see the schemas (and to try the API directly).
502
+and then browse to http://openshift3swagger-claytondev.rhcloud.com (which runs a copy of the Swagger UI that points to localhost:8080 by default).  Expand the operations available on v1 to see the schemas (and to try the API directly). Additionally you can also download swagger-ui from http://swagger.io/swagger-ui/ and use it to point to your local swagger API endpoint.
503 503
 
504 504
 Note: Hosted API documentation can be found [here](http://docs.openshift.org/latest/rest_api/openshift_v1.html).
505 505