Skip to content

Service profile

Service profile resource for LoRaWAN service configuration.

SyncServiceProfiles

SyncServiceProfiles(client: SyncClient)

Bases: BaseResource['SyncClient']

Service profiles resource for service profile management.

Methods:

  • get_all

    List all service profiles.

get_all

List all service profiles.

AsyncServiceProfiles

AsyncServiceProfiles(client: AsyncClient)

Bases: BaseResource['AsyncClient']

Async service profiles resource for service profile management.

Methods:

  • get_all

    List all service profiles.

get_all async

List all service profiles.

Request and response types: Service profile models.