|
|
|
|
|
by gremlinsinc
1386 days ago
|
|
I do a lot of rest api's, and generally, I just manage to test endpoints and data/json structures adhere to design specs or DTO's or typescript types, etc. I'm usually dealing w/ laravel but there's packages to translate backend DTOs to typescript types, for frontend devs to mess w/. As long as all the restful resources work properly and get an expected outcome, there's a good chance everything else should work fine too. |
|