Skip to content

Instantly share code, notes, and snippets.

@tnorthcutt
Created December 6, 2018 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnorthcutt/9ee01af0f3d7f5684ad6b7172c98a658 to your computer and use it in GitHub Desktop.
Save tnorthcutt/9ee01af0f3d7f5684ad6b7172c98a658 to your computer and use it in GitHub Desktop.
fetchUrl() {
return axios.get('https://api.github.com/repos/tnorthcutt/member-score-wp-plugin/releases/latest')
.then(function (response) {
return response.data.assets[0].browser_download_url;
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment