unitaryfund / metriq-client

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

Create GET platform #56

Closed WrathfulSpatula closed 1 year ago

WrathfulSpatula commented 2 years ago

Create a new GET /api/platform/{:id} 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#L185

MariaM0003 commented 2 years ago

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