This .Net library facilitates working with the Sigfox backend api. It is currently under development, thus not all endpoints are implemented.
If you can assist in testing the library, that would help a lot. I cannot test all endpoints with the account and devices I have.
Install-Package Sigfox
The latest version is 1.0.2
- GET Users
- GET Device
- PUT Device
- POST Device
- DELETE Device
- GET Devices
- GET Device Messages
- GET Device Messages Metric
- GET Contract
- GET Contracts
- Get Contract Devices
- GET Device Types
- GET Device Type Callbacks
- POST Device Type Callback
- PUT Device Type Callback
- DELETE Device Type Calback
- GET Api User
- GET Api Users
- POST Api User
- PUT Api User
- PUT Api User Profiles
- PUT Api User Credentials
- DELETE Api User Profile
- DELETE Api User
- GET Group
- GET Groups
- GET Group Undelivered Callbacks
- GET Group GeoLocation Payloads
- POST Group
- PUT Group
- DELETE Group
- Get Profiles
- Add Your Api Credentials In The Test Base Class. Remember to clear them before you commit