Sha256: 586240a08bd50303bdec2b4a6db1c882804bc4ade7aae84f6fed86d30746ca6e
Contents?: true
Size: 791 Bytes
Versions: 4
Compression:
Stored size: 791 Bytes
Contents
# moreapp-api > A simple gem to interface with the MoreApp REST API. ## Introduction The [moreapp API documentation](https://docs.moreapp.com/) is pretty good and easy to read. They have some example implementations, but at the moment not for ruby. While accessing the API is pretty easy and straightforward using the `OAuth` gem, for some I struggled to get it working at first. So hopefully this gem will help future users of the moreapp API at least to get started quicker. For now, the gem's main purpose is to provide a very basic and simple interface to `moreapp`, for my own limited interactions/needs. ## Todo * add tests :) * add more API entries? * add better documentation? ## Copyright Copyright (c) 2019 Nathan Van der Auwera. See LICENSE.txt for further details.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
moreapp-api-0.0.4 | README.md |
moreapp-api-0.0.3 | README.md |
moreapp-api-0.0.2 | README.md |
moreapp-api-0.0.1 | README.md |