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

Task: Subscription Route #6

Open
MiMiTooU opened this issue Dec 10, 2024 · 0 comments
Open

Task: Subscription Route #6

MiMiTooU opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels
Difficulty:Easy some issue that needs just some random guy and few minutes to fix Function:Subscription Subscription related issue Priority:Moderate 🟡 Something that is needed to be done in schedule Range:Backend Backend related stuff like server functionalities State:Done its completed but maybe requires some review Task:New Feature

Comments

@MiMiTooU
Copy link
Member

MiMiTooU commented Dec 10, 2024

there is a API layer so no need for actual logic, just process the params

prefix is /subscription
This shall contain serveral routes for subscription, and typing models for params

  1. /
    POST for posting a subscribe request to a specific hub with a specific topic
    DELETE for unsubscribing

  2. /callback
    this is for a hub to callback
    GET is for validating subscription
    POST is for the hub to post updates
    remember there may be different hub, so there could be various updates or validation coming in

  3. /hub
    contains a GET for all the hubs in a list

  4. /hub/{ID}
    follows restapi
    has ability to crud hubs, that is , checking a hub,adding a new hub, deleting a existing hub, editing a hub's info

@MiMiTooU MiMiTooU added Priority:Moderate 🟡 Something that is needed to be done in schedule Range:Backend Backend related stuff like server functionalities Difficulty:Easy some issue that needs just some random guy and few minutes to fix State:In Progress Yes, dudes are working on it Task:New Feature Function:Subscription Subscription related issue labels Dec 10, 2024
@MiMiTooU MiMiTooU self-assigned this Dec 10, 2024
@MiMiTooU MiMiTooU changed the title New Feature:Subscription Route New Feature: Subscription Route Dec 10, 2024
@MiMiTooU MiMiTooU changed the title New Feature: Subscription Route Task: Subscription Route Dec 10, 2024
@MiMiTooU MiMiTooU moved this to Todo in EasyRepost Dec 10, 2024
@MiMiTooU MiMiTooU moved this from Todo to In Progress in EasyRepost Dec 10, 2024
@MiMiTooU MiMiTooU moved this from In Progress to Done in EasyRepost Dec 21, 2024
@MiMiTooU MiMiTooU added State:Done its completed but maybe requires some review and removed State:In Progress Yes, dudes are working on it labels Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty:Easy some issue that needs just some random guy and few minutes to fix Function:Subscription Subscription related issue Priority:Moderate 🟡 Something that is needed to be done in schedule Range:Backend Backend related stuff like server functionalities State:Done its completed but maybe requires some review Task:New Feature
Projects
Status: Done
Development

No branches or pull requests

1 participant