0.0.1 • Published 10 years ago

metageo-social-api v0.0.1

Weekly downloads
2
License
AGPL
Repository
github
Last release
10 years ago

metageo-social-api Build Status

provides the social event API social events are planned events that will happen in the future (in most cases). Most often when you are sharing an event that is being planned the purpose of sharing is so that other people can participate in that event and therefore they are "social" events.

Installation

Inside your metageo directory run npm install git+https://github.com/craveprogramminginc/metageo-social-api Then add it to you configuration file under plugins

plugins:
  metageo-social-api: {}

API End Points

POST: api/event/social

Create a social event. Requires Authentication.

GET: api/event/social/<id>

Retrieves a social event.

PUT: api/event/social/<id>

Updates a social event. Requires Authentication.

DELETE: api/event/social/<id>

Deletes a social event. Requires Authentication.

Schema

Social Event