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
- Host: GitHub
- URL: https://github.com/nishanths/lyft-go
- Owner: nishanths
- License: bsd-3-clause
- Created: 2017-11-04T01:17:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T04:50:35.000Z (about 7 years ago)
- Last Synced: 2025-02-10T07:16:17.964Z (11 months ago)
- Topics: api, go, lyft
- Language: Go
- Homepage: https://godoc.org/github.com/nishanths/lyft-go
- Size: 65.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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.