Skip to content

Instantly share code, notes, and snippets.

@haingdc
Created April 4, 2018 08:16
Show Gist options
  • Save haingdc/bfe20a349628865b5573f3bda751199d to your computer and use it in GitHub Desktop.
Save haingdc/bfe20a349628865b5573f3bda751199d to your computer and use it in GitHub Desktop.
Gửi các request tới server thông qua TDD
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