idmtools_platform_local.client.base module¶
idmtools local platform API Client.
Copyright 2021, Bill & Melinda Gates Foundation. All rights reserved.
- class idmtools_platform_local.client.base.BaseClient¶
Bases:
object
Base Local platform client.
- base_url = 'http://localhost:5000/api'¶
- classmethod get(path, **kwargs) Response ¶
Get request.
- classmethod post(path, **kwargs) Response ¶
Post request.
- classmethod put(path, **kwargs) Response ¶
Put request.
- classmethod delete(path, **kwargs) Response ¶
Delete request.