module
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: May 21, 2019
License: MIT
Opens a new window with license information.
README
¶
Overview
Download opencars toolkit with following command
$ go get github.com/opencars/toolkit
Development
Simple example of toolkit usage
package main
import (
"fmt"
"github.com/opencars/toolkit"
)
func main() {
client := toolkit.New("https://api.opencars.pp.ua")
transport, err := client.Search("AA1111BX")
if err != nil {
panic(err)
}
fmt.Println(transport)
}
License
Project released under the terms of the MIT license.
Directories
¶
Click to show internal directories.
Click to hide internal directories.