You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditional should be able to pull packet scores automatically from packet. I want to create 2 endpoints for getting this information:
/v1/packets/{username} - Which collects all packets that person has completed and their start and end dates and id
/v1/packet/{packetId} - Displays the scores of the packet in question
Potential Route:
/v1/packet/{username}/newest - Which collects the newest packet that person has completed and their start and end dates and scores (For easy use with services like conditional)
Implementation conditional side should be described in an issue on that repo
Conditional should be able to pull packet scores automatically from packet. I want to create 2 endpoints for getting this information:
/v1/packets/{username}- Which collects all packets that person has completed and their start and end dates and id/v1/packet/{packetId}- Displays the scores of the packet in questionPotential Route:
/v1/packet/{username}/newest- Which collects the newest packet that person has completed and their start and end dates and scores (For easy use with services like conditional)Implementation conditional side should be described in an issue on that repo