Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

img.ly Take-Home — Mock Data

Mirror of the data structure provided in the img.ly Android Team Lead take-home assignment. The original endpoint (ubique.img.ly) is behind Cloudflare Access and requires img.ly corporate authentication, so this mirror was set up for local development against the same data shape.

Endpoints

  • Tree: data.json
  • Leaf details: entries/{id}.json

Coverage

The tree contains 8 leaves. Details exist for 5 of them — the remaining 3 intentionally return HTTP 404 to verify the component's "missing detail" handling:

Leaf ID Detail exists
imgly.A.1
imgly.A.2
imgly.A.3 ❌ (404)
imgly.A.4.1
imgly.A.4.2 ❌ (404)
9e.1
9e.2
9e.3 ❌ (404)

Quirks Included

  • Long labels (truncation/wrapping test)
  • Umlauts and emoji
  • Empty branch (children: [])
  • Multiple depth levels
  • Two top-level workspaces

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors