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: about 1 year 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 (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T06:58:33.000Z (about 3 years ago)
- Last Synced: 2024-10-09T13:12:52.795Z (over 1 year 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
[](https://godoc.org/github.com/rumyantseva/go-velobike/velobike/м3)
[](https://goreportcard.com/report/github.com/rumyantseva/go-velobike)
[](https://travis-ci.org/rumyantseva/go-velobike)
[](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