Unanswered
Hello, Is There An Api For Trains? To List/Edit Projects And Expirements From Other Code Externally>?
Hi JuicyDog96
The easiest way is:from trains.backend_api.session.client import APIClient client = APIClient() client.projects.get_all()
You can just run it from a python console and check what you are getting.
Full API is https://github.com/allegroai/trains/tree/master/trains/backend_api/services/v2_8
158 Views
0
Answers
4 years ago
one year ago