Python SDK create service
Hi All,
I'm working on creation of multiple services but cannot the create service in the sdk, is that right? or am i looking in the wrong place?
Thanks in advance
chiel_boogaard
Posted 4 years ago·Last reply 4 years ago
3 comments
LM User
·4 years agoI imagine that a new version of the SDK would be released when v3 of the API is released/published/supported. I do not know when that will happen.
chiel_boogaard
OP4 years agoThanks @Stuart Weenig
do you have any idea when this would be added to the SDK? or is tat not yet public?
LM User
·4 years agoThe SDK uses v2 of the API which doesn't have endpoints for managing services. So, not possible using the current version of the SDK, nor v2 of the API. You'd have to use the unsupported v3 API. If you stick with Python for that (I recommend), you'd have to roll your own requests.