Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.11 KB

File metadata and controls

35 lines (18 loc) · 1.11 KB

Project Venimus - Public APIs

The following APIs can be called by unauthenticated users.

GET /public/Groups

Returns a list of groups which are marked as active within the community. The properties of a group are

  • Slug - The unique external ID for the group. _For example YorkCodeDojo

  • Name - The unique name for the group / community. For example York Code Dojo

  • Description - A description of the group in markdown

  • Logo - The URL of the group's logo.


Get /public/FutureEvents

Returns a list of events which have been scheduled for the groups. (A maximum of 10 per group). The properties of an event are

  • EventSlug - The unique external ID for the event.

  • GroupName - The name of the group hosting the event. For example YorkCodeDojo

  • EventTitle - The title of the event. For example Monthly meeting - October

  • EventDescription - A description of the event in markdown.

  • EventStartsUTC - When does the event start, in UTC time?

  • EventFinishesUTC - When does the event finish, in UTC time?