Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created October 25, 2018 09:17
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 SaraVieira/6d268a4e67c87e1fd8819f4d4ae4872a to your computer and use it in GitHub Desktop.
Save SaraVieira/6d268a4e67c87e1fd8819f4d4ae4872a to your computer and use it in GitHub Desktop.
async getThing(id) {
return this.get(`things/${id}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment