|
|
|
|
|
by ipaddr
1003 days ago
|
|
If data changes only once a year or rarely that would imply usage of the api is a rare event for a user of the data so speed isn't a huge concern. Caching would introduce more complexities and the risk of needing to manually revalidate the cache. The solution architect was probably right. |
|
If the API was used rarely, that would be even more of an argument for a simple implementation and not a complex system involving webhooks.