Created
April 4, 2018 08:16
-
-
Save haingdc/bfe20a349628865b5573f3bda751199d to your computer and use it in GitHub Desktop.
Gửi các request tới server thông qua TDD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fetchPhotos: function(apiKey, fetch) { | |
return FlickrFetcher.fetchFlickrData(apiKey, fetch).then(function(data) { | |
return data.photos.photo.map(FlickrFetcher.transformPhotoObj); | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment