Micah456 / MyRoutine

Demo Organisational App in JS and HTML
Apache License 2.0
0 stars 0 forks source link

Implement Get Object Endpoints #5

Open Micah456 opened 2 months ago

Micah456 commented 2 months ago

Depends on #1, #2, and #4

Create the end points for getting the data. If successful, return JSON. : {"Success": True, "Data": _data_} If unsuccessful, return JSON: {"Success": False, "Message": "error message"}