Categorygithub.com/s00d/onlinesim-go-api
modulepackage
1.0.9
Repository: https://github.com/s00d/onlinesim-go-api.git
Documentation: pkg.go.dev

# README

Onlinesim GO API

Wrapper for automatic reception of SMS-messages by onlinesim.ru

Installation

Require this package in your package.json or install it by running:

go get github.com/s00d/onlinesim-go-api

Example

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("end")
    println(fmt.Sprintf("%+v\n", data))
}

Documentation

All documentation is in the wiki of this project - Documentation

Bugs

If you have any problems, please create Issues here

# Functions

No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author