The idea: all api call will be separated in module called api , api_v2, where we will define functions jut for api calls. mc.api.push_start() mc.api_v2.push_project_version() etc. _Originally posted by @MarcelGeo in https://github.com/MerginMaps/python-api-client/pull/262#discussion_r2318204284_
The idea: all api call will be separated in module called api , api_v2, where we will define functions jut for api calls.
mc.api.push_start()
mc.api_v2.push_project_version()
etc.
Originally posted by @MarcelGeo in #262 (comment)