Saturday, 8 October 2022

Is there a standard way to model the API requests from each screen?

To elaborate, I am working on an app with more than 50 screens. Each screen has to make multiple different API calls to get the data from backend. User can act on this data in any of the screens and then this will also result in a request to a backend API.

Is there a standard way to model this API to screen mapping? I was looking at UML sequence diagrams but it seems too complicated for my purpose.



from Is there a standard way to model the API requests from each screen?

No comments:

Post a Comment