An open API service indexing awesome lists of open source software.

https://github.com/nishanths/lyft-go

Go client for Lyft's v1 HTTP API
https://github.com/nishanths/lyft-go

api go lyft

Last synced: 9 months ago
JSON representation

Go client for Lyft's v1 HTTP API

Awesome Lists containing this project

README

          

## lyft-go

Package lyft implements a Go client for v1 of lyft.com's HTTP API.

No API guarantees yet, so please vendor. Particularly don't depend on
the JSON encoding/decoding of types.

```
go get github.com/nishanths/lyft-go/...
```

### Docs

[![GoDoc](https://godoc.org/github.com/nishanths/lyft-go?status.svg)](https://godoc.org/github.com/nishanths/lyft-go)

See the [Usage](https://godoc.org/github.com/nishanths/lyft-go#hdr-Usage) section
for a usage example.

### License

BSD 3-Clause. See the LICENSE file at the root of the repository.