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[source]# Bases: object Base Local platform client. base_url = 'http://localhost:5000/api'# classmethod get(path, **kwargs) → Response[source]# Get request. classmethod post(path, **kwargs) → Response[source]# Post request. classmethod put(path, **kwargs) → Response[source]# Put request. classmethod delete(path, **kwargs) → Response[source]# Delete request.