Ruby wrapper for Athenahealth API.
For some examples of how to use this library, check out the project wiki.
- Check out the repository
- Ensure you have Ruby and the Bundler gem installed
- Install the gem dependencies with
bundle
- Setup Environment Variables before testing new endpoints, you'll need the following:
- ATHENA_TEST_KEY
- ATHENA_TEST_SECRET
- ATHENA_TEST_ACCESS_TOKEN
You can run all of the tests using rake
.
Contributions from the community are very welcome, including but not limited to new endpoints, new/better documentation and refactoring.
Forking the repo and submitting pull requests is just fine.
There is no specific roadmap and so far features have been added when the community needed them.
We have tried to have all the versions be backward compatible so far. If we're going to have breaking changes, we can revisit when we have a pull request.