SpaceAPI: Unterschied zwischen den Versionen

Aus Wiki CCC Göttingen
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „The HackerSpace [https://hackerspaces.nl/spaceapi/ SpaceAPI] proposes a unified syntax to publish information about a hackerspace for consumption by javascript wi…“)
 
K (Category:Projekte)
 
(3 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
The HackerSpace [https://hackerspaces.nl/spaceapi/ SpaceAPI] proposes a unified syntax to publish information about a hackerspace for consumption by javascript widgets, mobile apps and other scripts or programs. The API is flexible, and allows for custom extensions.
The HackerSpace [https://hackerspaces.nl/spaceapi/ SpaceAPI] proposes a unified syntax to publish information about a hackerspace for consumption by javascript widgets, mobile apps and other scripts or programs. The API is flexible, and allows for custom extensions.


http://cccgoe.de/spaceapi.php
Links:
 
* http://openspace.slopjong.de
* http://wilco.baanhofman.nl/station/spaces.html
* http://hackerspaces.me/wall
 
'''Our SpaceAPI URL is: http://cccgoe.de/spaceapi.php'''


Links:
To change the status, send a POST request with the following values:
 
;key
: super secret admin root overrule magic password (ask defnull)
;open
: Either `yes` or `no`
;status
: A freetext description of the space status, ie `Members only`, `Open Chaos` or `Free Pizza`
 
Example:
 
    wget -q -O - --post-data='key=PASS&open=yes&status=Free+Pizza' http://cccgoe.de/spaceapi.php


  * http://openspace.slopjong.de
[[Category:Projekte]]
  * http://wilco.baanhofman.nl/station/spaces.html
  * http://hackerspaces.me/wall

Aktuelle Version vom 29. Mai 2014, 11:44 Uhr

The HackerSpace SpaceAPI proposes a unified syntax to publish information about a hackerspace for consumption by javascript widgets, mobile apps and other scripts or programs. The API is flexible, and allows for custom extensions.

Links:

Our SpaceAPI URL is: http://cccgoe.de/spaceapi.php

To change the status, send a POST request with the following values:

key
super secret admin root overrule magic password (ask defnull)
open
Either `yes` or `no`
status
A freetext description of the space status, ie `Members only`, `Open Chaos` or `Free Pizza`

Example:

   wget -q -O - --post-data='key=PASS&open=yes&status=Free+Pizza' http://cccgoe.de/spaceapi.php