Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.64 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.64 KB

go-velobike

GoDoc Go Report Card Build Status Contributions Welcome

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.

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, 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.

Thanks everyone who has contributed to the project! Every pull request is highly appreciated! ❤️

Roadmap

  • Add electric bikes
  • Add GET /content/news method