This sounds like a very general question, what does it mean when people say they are building "client libraries" or they have "client generators" for different programming languages?
What exactly is a Client library?
3.1k Views Asked by blee908 At
3
There are 3 best solutions below
0

Not exact definition, but for understanding purpose, we say a client library is a collection of code specific to one programming language that makes it easier to use an API. Which enables by providing tools and an abstraction layer, letting developer to construct queries and use response data without having to create HTTP requests or process HTTP responses by hand.
According to Open Client Client-Library Migration Guide > Understanding Client-Library: