Skip to content

nikey10/api_client_fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiClientFun

Welcome!

This is a basic ruby gem scaffold to create a client for call to an existing API endpoint.

The API's you will need to call is located at: https://blooming-savannah-20593.herokuapp.com/api/

You are tasked with creating a method that takes a user's name and returns their profile.

The api has two endpoints, responds with JSON, and is unauthenticated.

  1. https://blooming-savannah-20593.herokuapp.com/api/users

Returns a list of users.

  1. https://blooming-savannah-20593.herokuapp.com/api/users/{id}

Returns a specific user.

Zip up your code and send it along to the email instructed.

Have Fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published