-
Notifications
You must be signed in to change notification settings - Fork 4
Home
s00d edited this page Aug 11, 2020
·
3 revisions
Wrapper for automatic reception of SMS-messages by onlinesim.ru
You need to create an account HERE and go to profile to get APIKEY
You can install or upgrade package with:
go get github.com/s00d/onlinesim-go-api
package main
import "github.com/s00d/onlinesim-go-api"
func main() {
client := onlinesim.NewClient("", "en", "").Numbers()
error, data := client.Get("vkcom", 7)
if error != nil {
panic(error)
}
println(fmt.Sprintf("%+v\n", data))
}
All documentation is in the wiki of this project - Documentation
If you have any problems, please create Issues here https://github.com/s00d/onlinesim-go-api/issues
© 2013 - 2020. OnlineSim LLC