Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Error in parsing dweet.io swagger description #10

@izzyblues

Description

@izzyblues

Hi,
I tried to parse the following Swagger description: https://dweet.io/play/definition/

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/");

Am I doing something wrong?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions