zurichat / zc_plugin_channels

10 stars 88 forks source link

Channels (create) endpoint #357

Open Joseph455 opened 3 years ago

MeMeee1 commented 3 years ago

I want to handle this issue

MeMeee1 commented 3 years ago

Since we are not using models, I implemented a function based view to receive requests. To query the the endpoint please use a JSON request of the following format, { "name" : "Channel Name", "desc" : "Channel Description", "private" : false } E.g { "name" : "Announcements", "desc" : "Important Information", "private" : false }

MeMeee1 commented 3 years ago

Slack name: YsabelKatchy Team: Team Coelho Track: Backend

Live link for the channel endpoint: https://channels.zuri.chat/api/channels/create_channel/