toolkit

module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2019 License: MIT

README

Toolkit

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

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL