diff options
| author | Olivier Grisel <olivier.grisel@ensta.org> | 2011-10-10 19:04:16 +0300 |
|---|---|---|
| committer | Olivier Grisel <olivier.grisel@ensta.org> | 2011-10-10 19:04:16 +0300 |
| commit | 2ef87c7139ecaa42892cf287d5a18d8efcc73aed (patch) | |
| tree | c9fd8fc5afe28e982e4603967b7241d001368d23 | |
| parent | add mailling list (diff) | |
| download | spore-specifications-2ef87c7139ecaa42892cf287d5a18d8efcc73aed.tar.gz | |
Better README.md with SPORE project overview and links to examples.
| -rw-r--r-- | README.md | 25 |
1 files changed, 20 insertions, 5 deletions
@@ -1,13 +1,24 @@ # SPORE - Specification to a POrtable Rest Environment -## SPECIFICATIONS +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. - * [API Description](http://github.com/spore/api-description) - * [Client Implementation](http://github.com/spore/) +The goal of this git repository is to host: -## DISCUSSIONS + * the specifications for the [SPORE description language] [3] + * the specifications for writing a [SPORE client implementation] [4] - * [mailling list](http://groups.google.com/group/spore-rest) +[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 @@ -18,3 +29,7 @@ * [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) |
