Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#Summary
# Summary
A saner (and geekier!) approach to working with APIs.

#Background
# Background
For background info, see the [blog post](http://thisblog.rules.io/blog/2012/12/06/the-last-gem-you-will-ever-need/) and the [wiki](https://github.com/rulesio/geekier/wiki/Home).

#API Descriptions
# API Descriptions
In the api_descriptions directory you can find a set of description files that are language agnostic and supposed to be used with an API factory

#API Factories
# API Factories
The job of API factories is to turn the machine-readable api description into objects (or data structures and a set of functions) that can then be used to talk to the configured API.

##Ruby
## Ruby
Here you can find the [ruby implementation of the factory](https://github.com/rulesio/geekier_factory_gem)

#Participate
# Participate
Please join us in the [Geekier Google group](https://groups.google.com/d/forum/geekier-apis)

Also feel free to contribute to the api_description folder - by forking and sending pull requests for example - and to provide more implementations of API factories so that everyone can play.
Expand Down