SI there a reason not to support more device types? https://github.com/ding-live/ding-golang/blob/20040f6eaa6f7c311ab23e14f94f4c4f50062b14/models/components/createauthenticationrequest.go#L16 Currently only `IOS`, `ANDROID` & `WEB` in the Go client. We're working on app that's also distributed on macOS & Windows, wondering what I should do! 🙂
SI there a reason not to support more device types?
ding-golang/models/components/createauthenticationrequest.go
Line 16 in 20040f6
Currently only
IOS,ANDROID&WEBin the Go client.We're working on app that's also distributed on macOS & Windows, wondering what I should do! 🙂