cisco-en-programmability / dnacentersdk

Cisco DNA Center Python SDK
https://dnacentersdk.readthedocs.io/en/latest/
MIT License
70 stars 33 forks source link

template_programmer #73

Closed eviboo closed 1 year ago

eviboo commented 1 year ago

I'm trying to use template_programmer API from DNA center and it seems to be missing from api version 2.2.2.3. When I try to use the API I get exception 'DNACenterAPI' object has no attribute 'template_programmer'. template_programmer API is defined for earlier API versions - v1.2.10 and 1.3.0

Is that an accidental omission or I'm supposed to use other methods?

eviboo commented 1 year ago

found a way