Skip to content

v1.3

Compare
Choose a tag to compare
@KarthikSKumar98 KarthikSKumar98 released this 23 Oct 15:18
· 41 commits to master since this release
9e9fa7e

1.3

Notable Changes

  • Added MSP Module. These are some of the functions that are implemented in this module -
    • Customer Management Functions
      1. get_customers
      2. get_all_customers
      3. create_customer
      4. update_customer
      5. delete_customer
      6. get_customer_details
      7. get_customer_id
    • Device Management Functions
      1. get_customer_devices_and_subscriptions
      2. assign_devices_to_customers
      3. unassign_devices_from_customers
      4. unassign_all_customer_device
      5. get_msp_devices_and_subscriptions
      6. get_msp_all_devices_and_subscriptions
    • Other Functions
      1. get_msp_id
      2. get_msp_users
      3. get_customer_users
      4. get_country_code
      5. get_country_codes_list
      6. get_msp_resources
      7. edit_msp_resources
      8. get_customers_per_group

Known Issues

  • No known issues.

Full Changelog: v1.2.1...v1.3