On May 14, 2011, at 2:17 PM, Islon Scherer wrote:

> Is there anyplace people post ideas of libraries/frameworks/functions
> that would be nice to be implemented in clojure?
> Sometimes I want to help the community but I don't know what to do (an
> idea), what's already done (yeah, I know one can search github or ask
> here but you can't be 100% sure it's not already implemented). Maybe a
> wiki or something like that would do the job.


Here is one idea:

At IO this week, Google announced their new API Discovery Service:

  It provides a lightweight, JSON-based API that exposes machine-readable 
metadata about Google APIs including:
A directory of supported APIs.
A machine-readable "Discovery document" for each of the supported APIs that 
includes:
A list of API resource schemas based on JSON Schema
A list of API methods and available parameters for each method.
A list of available OAuth 2.0 scopes.
Inline documentation of methods, parameters and available parameter values.

        http://code.google.com/apis/discovery/

        https://code.google.com/apis/discovery/v1/using.html

It would be great/cool to have a Clojure library that accessed the discovery 
service, and created Clojure libraries that implement the Google APIs described 
by this service.




-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to