So, what is a “Wrapper Layer”? Typically, a wrapper is a thin set of functions or methods (a “shim”) that hides underlying libraries or services and presents a compatible API or set of APIs, the wrapper, to higher level code. The shim code is typically just calling underlying functions translating any data structures used in […]