unitaryfund / metriq-client

Fork of papers-with-code client
https://metriq.info
Apache License 2.0
3 stars 10 forks source link

Create "update" platform #59

Closed WrathfulSpatula closed 1 year ago

WrathfulSpatula commented 2 years ago

Create a method to update a platform with the Python client.

Metriq client method does not yet exist. Controller route is here: https://github.com/unitaryfund/metriq-api/blob/d22472555de79112fe21ae4fd7ff529ef1e7a22d/metriq-api/controller/platformController.js#L68 Service route is here: https://github.com/unitaryfund/metriq-api/blob/d22472555de79112fe21ae4fd7ff529ef1e7a22d/metriq-api/service/platformService.js#L212

MariaM0003 commented 2 years ago

https://github.com/unitaryfund/metriq-client/pull/67