paperswithcode / paperswithcode-client

API Client for paperswithcode.com
Apache License 2.0
152 stars 21 forks source link

Invalid OPENAPI specification #23

Open dvolgyes opened 11 months ago

dvolgyes commented 11 months ago

Hi,

I didn't find a better place to report to, just I wanted to publish it somewhere. So, if you open this https://paperswithcode.com/api/v1/docs/?format=openapi then you realize that the "operationId": "repositories_read" is a duplicate, therefore swagger / openapi tools can't generate proper client. I guess it is a trivial renaming fix, but would be nice to put an automated validation somewhere in the future.