Skip to content

ClarityServices/api_client_fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiClientFun

Welcome!

This is a basic ruby gem scaffold to create a client for call to an existing API endpoint. You can use this scaffold or build one of your choosing.

The API you will need to call is located at: https://clarity-api-mock-5898b9e082dd.herokuapp.com/api/

You are tasked with creating a method that takes a user's name and returns their profile. This example scaffold is a ruby gem.

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

  1. https://clarity-api-mock-5898b9e082dd.herokuapp.com/api/users

Returns a list of users.

  1. https://clarity-api-mock-5898b9e082dd.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