Skip to content

[FeatureRequest] 希望有Topic管理API #68

Open
@wsy

Description

APIs:

NewTopic(Data) -> Topic
EditTopic(Data) -> Topic
GetTopic(Name) -> Topic
GetTopic(TopicId) -> Topic
GetTopics(AppId) -> List<Topic>
AddUserToTopic(TopicId, UserId) -> int
RemoveUserFromTopic(TopicId, UserId) -> int

Data:
Topic

{
  "id": 1024,
  "appId": "appId",
  "name": "string",
  "description": "string",
  "users": [ "userId1", "userId2" ],
  "date_created": 1705312300,
  "date_updated": 1705482300
}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions