unitaryfund / metriq-client

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

Create POST platform #57

Closed WrathfulSpatula closed 1 year ago

WrathfulSpatula commented 2 years ago

Create a new POST /api/platform method in the Python client.

This method does not yet exist in client.py. Controller route is here: https://github.com/unitaryfund/metriq-api/blob/d22472555de79112fe21ae4fd7ff529ef1e7a22d/metriq-api/controller/platformController.js#L62 Service method is here: https://github.com/unitaryfund/metriq-api/blob/d22472555de79112fe21ae4fd7ff529ef1e7a22d/metriq-api/service/platformService.js#L144

MariaM0003 commented 2 years ago

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

vprusso commented 1 year ago

Closing as the platform_get, platform_add, and platform_update routes all have examples (respectively linked).