Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGábor Tóth
11,958 PointsThird-party libraries vs API
Until now, I thought that all open source projects and so third-party libraries, and so APIs, but int he video Ben mentioned third-party libraries and APIs as to different things. If there's a difference, could someone please explain it me?
1 Answer
Rasbin Rijal
Courses Plus Student 10,864 PointsHi Gabor, In computer programming, a third-party software component is a reusable software component developed to be either freely distributed or sold by an entity other than the original vendor of the development platform.
API (Application Programming Interface) is a set of functions and procedures that allow the creation of applications which access the features or data of an operating system, application, or other service.
May be someone will make you more clear about the differences.