Skip to content

LuisaAPF/http_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Coding Exercise - Http client written in Elixir

Build an HTTP client to retrieve data from https://dev-mw-test-service-staging-shakespeare.meltwater.io/sources/copyco

Provide the following extra functionality:

  • Write a method to exclude / filter out all publishers without any source IDs associated. For example, the following entry should be removed:

    {"url":"url3", "publisher":"Publisher3", "sourceIDs":[]}

  • Write a method that finds all publishers associated with a given source ID

  • Verify your solution by introducing some tests

About

Coding challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages