What is the difference between api and sdk

Conceptually, the SDK is a combination of a series of files, including lib, dll, .h, documentation, examples, etc .; the API is for the program and provides an interface for user programming, that is, a series of modular classes and functions . It can be considered that the API is included in the SDK.
Published 25 original articles · Like2 · Visits 20,000+

Guess you like

Origin blog.csdn.net/longjuanfengzc/article/details/46545133