Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Last active October 25, 2018 09:53
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/9f4b4f4b0f73a34fbeb460f37703606d to your computer and use it in GitHub Desktop.
Save SaraVieira/9f4b4f4b0f73a34fbeb460f37703606d to your computer and use it in GitHub Desktop.
async getUsers(people = 10) {
const user = await this.get(`/?results=${people}`);
return user.results;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment