https://github.com/lightsofapollo/apollo_fresh
Freshbooks / MongoDB / Api Experiment
https://github.com/lightsofapollo/apollo_fresh
Last synced: 8 months ago
JSON representation
Freshbooks / MongoDB / Api Experiment
- Host: GitHub
- URL: https://github.com/lightsofapollo/apollo_fresh
- Owner: lightsofapollo
- License: mit
- Created: 2011-06-08T04:03:11.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-08T05:37:58.000Z (about 15 years ago)
- Last Synced: 2024-12-27T15:12:53.688Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apollo Fresh
(Because I was feeling trump-esque that day)
Freshbooks/MongoDB/API experiment from early rails 3 days.
Tools for interacting with the FreshBooks API (via api key) and
then downloading entire datasets into MongoDB as a cache.
From there I could interact with FreshBooks data with MongoDB
and leave the API itself alone.
## Motivation
To re-familiarize myself with rails / ruby / FreshBooks API (after 2 years in PHP development)
## Tools
- HTTParty
- MongoDB
- ActiveSupport (sorry!)
- WillPaginate (though I think Kaminari is better now)
## Stats?
When free-time appears I plan to cleanup the code and refactor some
things with the latest tools and remove dependencies on ActiveSupport
and HTTPParty. I may abstract out the API wrapper for FreshBooks which
is one of the best parts of the library and does not rely (or care)
about the MongoDB portion.