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 trial

iOS Swift 2.0 Basics Swift Types Strings

WhatisanAPI?

Use & Purpose of API ???

3 Answers

Carl Sergile
Carl Sergile
16,570 Points

The meaning of API is no different in iOS than any other environment. It's a generic term referring to the published means by which one can access or use a resource in a computer program...

Source: https://discussions.apple.com/thread/2776189?start=0&tstart=0

Hope that helps!

Thanks guys

Carl Sergile
Carl Sergile
16,570 Points

no problem. Hit best answer so other people know what an API is and that this has been answered!

Application Programming Interface (API) is an interface between two separate software system talking to each other. Find more on http://www.guru99.com/api-testing.html for basic understanding in a simple way.