cisco-en-programmability / dnacentersdk

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

EASY FIX - Change check_type(offset, basestring) to allow integers #147

Open NetworkingB2A opened 4 months ago

NetworkingB2A commented 4 months ago

Prerequisites

Describe the bug The module > dnacentersdk/dnacentersdk/api/v2_3_5_3/tag.py > get_tag_members_by_id() only allows basestring type and not integers. This causes script to fail if int is provided.

Expected behavior I believe the offset and the limit should be changed to allow an int value.

Environment (please complete the following information):

Additional context Here is where code is Code to fix