Click here to Skip to main content
15,899,754 members

Comments by Sarah SI (Top 1 by date)

Sarah SI 26-Aug-22 5:53am View    
Shouldn't an API be self-contained?
1. The end-points (Search, create company, create relationships) are interdependent and they are flawed individually?
2. IF one endpoint fails then how do we roll back? For instance, creating a relationship? Should we just leave the company in the dictionary when the relationship wasn't created successfully?
3. PErformance: Too many server calls. Each call will do a security check causing more delay in response