Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumyantseva/go-velobike
Unofficial Go client library to deal with REST API of velobike.ru project π²
https://github.com/rumyantseva/go-velobike
golang library velobike
Last synced: 2 months ago
JSON representation
Unofficial Go client library to deal with REST API of velobike.ru project π²
- Host: GitHub
- URL: https://github.com/rumyantseva/go-velobike
- Owner: rumyantseva
- License: mit
- Created: 2016-05-03T10:48:41.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T06:58:33.000Z (over 1 year ago)
- Last Synced: 2024-10-09T13:12:52.795Z (3 months ago)
- Topics: golang, library, velobike
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 18
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-velobike
[![GoDoc](https://godoc.org/github.com/rumyantseva/go-velobike/velobike/ΠΌ3?status.svg)](https://godoc.org/github.com/rumyantseva/go-velobike/velobike/ΠΌ3)
[![Go Report Card](https://goreportcard.com/badge/github.com/rumyantseva/go-velobike)](https://goreportcard.com/report/github.com/rumyantseva/go-velobike)
[![Build Status](https://travis-ci.org/rumyantseva/go-velobike.svg?branch=main)](https://travis-ci.org/rumyantseva/go-velobike)
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/rumyantseva/go-velobike/issues)This is an unofficial Go client library to deal with REST API of velobike.ru project
Client style based on the best practices of [google/go-github](https://github.com/google/go-github).
## Versioning
Semantic versioning: Major.Minor.Patch.
Current version is v4.x.x.If you use this library, please vendor it using a package management tool to not to have backward compatibility problems in the future.
If you have any questions, feel free to [create an issue](https://github.com/rumyantseva/go-velobike/issues/new), I'll try to answer as soon as possible.
## Supported methods
* GET /profile
* POST /profile/authorize
* GET /ride/parkings
* GET /ride/history## Contributing
Contributors are welcome! Feel free to improve this project or share your ideas via [issues](https://github.com/rumyantseva/go-velobike/issues).
Thanks everyone [who has contributed](https://github.com/rumyantseva/go-velobike/graphs/contributors) to the project!
Every pull request is highly appreciated! β€οΈ## Roadmap
* Add electric bikes
* Add GET /content/news method