Mi az API?
Az API vagy alkalmazásprogramozási felület használatával lehet meghatározott formátumban adatokat átadni az alkalmazások között. Számos szolgáltatás biztosít nyilvános API-kat, amelyek lehetővé teszik tartalom küldését és fogadását a szolgáltatásból. APIs that work over the Internet using http:// URLs are referred to as web APIs. On the web, you send a request to an API to get and post information.
Az összes kedvenc alkalmazása, amely az internethez csatlakozik, az API-kon alapul. Például a közösségimédia-alkalmazások API-kat használnak ahhoz, hogy a felhasználók megtekintsék és közzétegyék a bejegyzéseiket a mobilalkalmazásukból. When you refresh the feed, the app makes an API request to fetch all of the posts. When you “like” a post, the app makes an API request to post that data.
With the ability to make API requests in Shortcuts, you can go beyond the data that’s locally available on your device and make shortcuts that interact with any web service that has a public API. You can build custom shortcuts to gather a large amount of data and display it however you want, or even send data back into the API and update the web service—if it’s possible in an API, it’s possible in the Shortcuts app.