madswolf / Devoops

A C# repository for the Devops course at ITU
MIT License
3 stars 0 forks source link

Work on Simulator API #3

Closed koshaan closed 2 years ago

koshaan commented 2 years ago

We have to set up the API with all the same endpoints as the example code so it works for the simulator. Seen here https://github.com/itu-devops/lecture_notes/blob/master/sessions/session_03/API%20Spec/minitwit_sim_api.py

madswolf commented 2 years ago

Initial implementation is done, needs to test returned values if they match the expected json format. Generally it needs testing.

madswolf commented 2 years ago

Should be finished now