vivace-io / evelib

A library written in Go for accessing data relating to Eve Online via the official API services directly and/or through third parties.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evelib

Codeship Status for vivace-io/evelib

Library for connecting to and using Eve Online and other related 3rd party services.

This collection of libraries is still in a very early stage of development, and APIs are subject to change without notice on master.

Stable API Versions: when a version is deemed stable, it will be tagged on the repository and accessable via gopkg.in for versioning.

Version 0

go get github.com/vivace-io/evelib

Usage

This repository contains a number of libraries. For documentation on usage and examples, view the README.md in each package directory. Proper source documentation through godoc is a WIP and expected to be out soon.

Contributing

Contributions, suggestions and feedback are always welcome!

Releases are versioned following Semantic Versioning 2.0.

Working on the Code

Please read the Pull Requests Section before making a pull request.

TODO

Pull Requests

To keep everything running smoothly, there are a few things that I ask of you:

  1. Do your best to ensure all tests pass prior to creating your pull request. If you are unable to fix any failing tests, or do not know how to, make note of it in the pull request details and ask for help. Don't be ashamed about asking for help!
  2. If exported API functions are changed with your pull request, it should be noted in the pull request. This would require a version bump.
  3. For current todos, feature requests, bugs, etc. see the repository issue tracker.
  4. While I prefer to have an issue to link to a PR, its not necessary. Feel free to take the initiative.

The primary developer of this repository is still relatively new to programming and Go, with only a few years experience in each. I'm always willing to learn about better and different ways of implementations!

About

A library written in Go for accessing data relating to Eve Online via the official API services directly and/or through third parties.

License:MIT License


Languages

Language:Go 100.0%