Skip to content

Implement Chat - Backend #6

@dabperceptive

Description

@dabperceptive

Main Endpoint /chat

Requirements

  • GET /chat will deliver list of available rooms

  • POST /chat will create a new room (identifier is the name)

  • PUT /chat/ROOMNAME/ will rename the room or later change other properties like description and owner

  • DELETE /chat/ROOMNAME/ will delete the room

  • GET /chat/ROOMNAME/ will deliver a list of chats

  • POST /chat/ROOMNAME/ will add a new chat message

All POST/PUT/DELETE calls has to be authenticated by using basic auth

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions