I am getting this message
fetching resource list: http://localhost:53649/swagger/docs/v1; Please
wait.
this from http://localhost:53649/swagger/ui/index
The JavaScript console says
SCRIPT5007: Unable to get property 'parameters' of undefined or null
resource" and points me to swagger-ui-min-js (8,1384)
What is odd is that the referenced URL does produce data, at least without
the semicolon at the end! It sort of looks correct, getting the first part
from http://localhost:53649/swagger/docs/v1
You can see there parameters are defined
{
"swagger": "2.0",
"info": {
"version": "v1",
"title": "Logical Ink Web API",
"description": null,
"termsOfService": null,
"contact": null,
"license": null,
"vendorExtensions": {}
},
"host": "localhost:53649",
"basePath": null,
"schemes": ["http"],
"consumes": null,
"produces": null,
"paths": {
"/api/ApplicationInstance/{id}": {
"$ref": null,
"get": {
"tags": ["ApplicationInstance"],
"summary": "Get an application (smart-set) by id, include
it's forms and templates as well as\r\nany instances that used the
particular visit id",
"description": null,
"externalDocs": null,
"operationId": "ApplicationInstance_Get",
"consumes": [],
"produces": ["application/json", "text/json"],
"parameters": [{
How do I diagnose what is going wrong, I never see any API, I always see
the message above...
--
You received this message because you are subscribed to the Google Groups
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.