Javascript – Sequence diagram – modelling HTTP requests
For my school project, I need to create a sequence diagram. In that sequence diagram I have to represent an API call using simple JavaScript code (fetch() + then() for handling the response). I'm confused, should I represent this as…