Unsplash API
Ceci est un playground pour manipuler l'API Unsplash. Comme vous le savez, ce fichier JavaScript est accessible depuis la console. N'utilisez pas ce code de cette façon en production.
- Créez un compte développeur sur le site d'Unsplash : https://unsplash.com/developers
- Remplacez la constante 'clientID' par votre clé d'accès publique. Pour obtenir cette clé, accédez à https://unsplash.com/oauth/applications/, puis allez dans API - Fetch images for dev tools.
Notez que cette version ne nécessite pas l'utilisation d'une clé privée.
La variable jsonData contient les données récupérées via l'API d'Unsplash. Pour toutes autres informations, veuillez vous référer à la documentation : https://unsplash.com/documentation
This is a playground for manipulating the Unsplash API. As you know, this JavaScript file is accessible from the console. Do not use this code in this way in production.
- Create a developer account on the Unsplash website: https://unsplash.com/developers
- Replace the 'clientID' constant with your public access key. To obtain this key, go to https://unsplash.com/oauth/applications/, then go to API - Fetch images for dev tools. Note that this version does not require the use of a private key.
The jsonData variable contains data retrieved via the Unsplash API. For any other information, please refer to the documentation: https://unsplash.com/documentation
