4 years ago
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
 
 
	 
 
 
	 
 
- Anonymous4 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. 

