diem / explorer

Apache License 2.0
6 stars 12 forks source link

Remove broken generated REST client #111

Closed gthoma17 closed 2 years ago

gthoma17 commented 2 years ago

Unfortunately couldn't get a valid client to generate from the OpenAPI schema published for the REST API here: https://raw.githubusercontent.com/diem/diem/main/api/doc/openapi.yaml

It's not clear to me if the problem is with the schema, or a bug in the OpenAPI Typescript client generator.

Regardless, I think the right thing to do is remove the dead code for now.