New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

metageo-social-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metageo-social-api

provides an API for social events

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

ParameterFormatDescription
idstring
title requiredstring
start requiredISO 8601when the event begins
endISO 8601when the event ends
actorstringthe ID of the user who created this event
content requiredstring
addressstring
collectionsstring
lat required if not using geojsoncooridatethe latitude of the event
lng required if not using geojsoncooridatethe longitude of the event
geometry required if not using lat, lng cooridnate pairsgeoJSONthe location of the event
objectType"social" (string)what type of event is this
publishedISO 8601when was the event

Keywords

FAQs

Package last updated on 25 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc