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 Oct 21, 2020. It is now read-only.
Unfortunately, Swagger4J returns this exception: java.lang.AssertionError: Can not add API to Resource Listing; path already exists at com.smartbear.swagger4j.impl.ResourceListingImpl.addApi(ResourceListingImpl.java:85) at com.smartbear.swagger4j.impl.SwaggerReaderImpl.readResourceListing(SwaggerReaderImpl.java:68) at com.smartbear.swagger4j.impl.SwaggerReaderImpl.readResourceListing(SwaggerReaderImpl.java:43) at com.smartbear.swagger4j.Swagger.readSwagger(Swagger.java:81)
This is the source code: ResourceListing resourceListing = Swagger.readSwagger("https://dweet.io/play/definition/");