openreview / openreview-py

Official Python client library for the OpenReview API
https://openreview-py.readthedocs.io/en/latest/
MIT License
157 stars 23 forks source link

Replace post_message everywhere with post_message_request #2410

Open enrubio opened 2 weeks ago

enrubio commented 2 weeks ago

At some point we should transition from using post_message to post_message_request since POST /messages is a legacy endpoint.