I have created a WebApi Project that serves data to other systems.
At the moment, each system that consumes the API have all the API urls hardcoded and there is a lot of duplicated logic to call and convert data from the API in each system. I am new to webAPI and am struggling to find examples of how I can wrap the calling logic, data conversion and urls into a library that all the systems can share. Can you point me in the right direction?