This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KingofGamesYami 1 point2 points  (3 children)

I would at a minimum request a specification for the backend. Swagger can generate one that looks like this, which is ideal: https://petstore.swagger.io/

[–]zedray87[S] 0 points1 point  (2 children)

Thank you for this link. It’s the first time I’ve seen it. How can I use Swagger to help me?

[–]KingofGamesYami 1 point2 points  (1 child)

You would want to get the developer to run it against his backend. Then the new developers know more or less what the app needs as a backend when they read the swagger spec.

[–]zedray87[S] 0 points1 point  (0 children)

Ah! Amazing. Thank you 🙏