Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events lesen und erstellen #26

Open
Art4 opened this issue May 29, 2017 · 0 comments
Open

Events lesen und erstellen #26

Art4 opened this issue May 29, 2017 · 0 comments

Comments

@Art4
Copy link
Member

Art4 commented May 29, 2017

Über die API soll es möglich sein, die Events auszulesen und neue Events zu erstellen.

Benötigte Daten

Diese Daten werden für ein Event benötigt:

  • title (benötigt)
  • content (benötigt)
  • start (2017-06-01T10:00:00+01:00)
  • comments_allowed (true oder false)

Neue Endpoints

  • GET /events: Auflistung der aktiven Events
  • GET /events/<event_id>: Anzeige eines bestimmten Events
  • POST /events: Neues Event erstellen

Ein neues Event wird im Namen des Users erstellt, der den Client autorisiert hat.

Scope

Es wird ein neuer Scope event:write benötigt, um im Namens eines User Events erstellen zu dürfen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant