OpenMined / KotlinSyft

The official Syft worker for secure on-device machine learning
https://www.openmined.org
Apache License 2.0
85 stars 28 forks source link

Namespace static FL routes #238

Closed sachin-101 closed 4 years ago

sachin-101 commented 4 years ago

What?

Please, add prefix /model_centric to all the requests to grid. You can also get rid of the unnecessary /federated for all endpoints that have it as part of the url. Part of an effort to namespace static and dynamic API routes in PyGrid.

https://github.com/OpenMined/PyGrid/issues/600

Reference to PyGrid PR: https://github.com/OpenMined/PyGrid/pull/622