Skip to content

StravaKit/StravaResultKit

Repository files navigation

StravaResultKit

MIT Licence CocoaPods Compatible Carthage Compatible Platform

See Change Log and To Do List for completed features and future plans.

CocoaPods

StravaResultKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'StravaResultKit', '~> 0.0'

Carthage

StravaResultKit can also be built using Carthage.

Add the following line to your Cartfile:

github "StravaKit/StravaResultKit" ~> 0.0

Contributions

Assistance with adding new functionality, fixing a bug or reporting a bug is welcome. For new functionality you can browse the To Do List for missing features and once you've decided what you'd like to add you can create a new issue to let others know you are going to be preparing an update. Fork the repository, prepare your update with tests and submit a Pull Request. For bugs, if you plan on fixing them yourself, please also fork the repository, include tests and submit a Pull Request. If you've discovered a bug please create a new issue and label it as a bug. It is possible the issue has already been logged so look before adding a new issue.

If there is a feature that you feel is important and would like it implemented sooner you can create an issue and invite others to comment on it and use the reactions feature to indicate that they also are interested in that feature. The feature requests with more positive reactions will get priority.

Purpose and Goals

StravaKit is a client for the Strava API and StravaResultKit is an Result type implementation which is built on top of StravaKit. It was made to allow for using the popular Result pattern

Architecture

...

License

MIT

Author

Brennan Stehling - 2016-2017

Examples

...