(self, user, algo, client)
| 308 | return table |
| 309 | |
| 310 | def getBuildLogs(self, user, algo, client): |
| 311 | api_response = client.algo(user + '/' + algo).get_builds() |
| 312 | return json.dumps(api_response['results'], indent=1) |
| 313 | |
| 314 | |
| 315 | def getconfigfile(self): |