kohler / hotcrp

HotCRP conference review software
http://read.seas.harvard.edu/~kohler/hotcrp
Other
328 stars 111 forks source link

Swagger/REST API? #260

Closed fstrudel closed 2 weeks ago

fstrudel commented 2 years ago

I was looking for an OpenAPI spec or a swagger-like generated API for HotCRP. Is that available? I could not find it by looking at the README or quickly looking at the code. Thanks!

VictorLeP commented 6 months ago

I second the request for an API. Our use case is to automatically post comments to submissions, which would be generated by an external script.

yaronhb commented 5 months ago

+1

kohler commented 2 weeks ago

An initial OpenAPI specification is checked in at https://github.com/kohler/hotcrp/tree/master/etc/openapi.json

Documenting the whole API is a significant undertaking, but at least it's begun, so I am closing this issue. Please open additional issues to request more documentation on specifically relevant API calls.