Do you implement WebAPIs which are NOT located on the persistence layer and therefore NOT focused on doing CRUD operations? Then you should avoid to implement them as a ‘RESTful’ api, cause this makes no sense. Some HTTP-based APIs having a ‘call-based’ approach to known BL operations. IN-, OUT- and […]
to Article