summaryrefslogtreecommitdiff
path: root/README.md
blob: 5567419ea0a36afbe40622a925d15199efd85593 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SPORE - Specification to a POrtable Rest Environment

SPORE is a way to describe public services HTTP APIs such as [twitter] [1]
or applications with an HTTP interface such as [Apache CouchDB] [2]
using a simple language-agnostic JSON document that can be used by
various language-specific implementations to dynamically or statically
generate high level client objects.

The goal of this git repository is to host:

 * the specifications for the [SPORE description language] [3]
 * the specifications for writing a [SPORE client implementation] [4]

[1]: http://github.com/SPORE/api-description/blob/master/services/twitter.json
[2]: http://github.com/SPORE/api-description/blob/master/apps/couchdb.json
[3]: http://github.com/SPORE/specifications/blob/master/spore_description.pod
[4]: http://github.com/SPORE/specifications/blob/master/spore_implementation.pod

## APPLICATIONS AND SERVICES API DESCRIPTIONS

 *  [API Descriptions](http://github.com/spore/api-description)

## IMPLEMENTATIONS

 * [Clojure](http://github.com/ngrunwald/clj-spore)
 * [Javascript](http://github.com/nikopol/jquery-spore)
 * [Lua](http://github.com/fperrad/lua-Spore/)
 * [Nodejs](http://github.com/francois2metz/node-spore)
 * [Perl](http://github.com/franckcuny/net-http-spore)
 * [Python](http://github.com/elishowk/pyspore)
 * [Ruby](http://github.com/sukria/Ruby-Spore)

## DISCUSSIONS

 * [mailling list](http://groups.google.com/group/spore-rest)