Skip to content

Fix broken API endpoint by migrating to dummyjson.com#4

Open
ruben-aguilar wants to merge 1 commit intostripe-interview:mainfrom
ruben-aguilar:fix/update-api-endpoint
Open

Fix broken API endpoint by migrating to dummyjson.com#4
ruben-aguilar wants to merge 1 commit intostripe-interview:mainfrom
ruben-aguilar:fix/update-api-endpoint

Conversation

@ruben-aguilar
Copy link
Copy Markdown

@ruben-aguilar ruben-aguilar commented Mar 22, 2026

Summary

  • The previous jsonplaceholder.typicode.com/posts endpoint is no longer working
  • Migrated to https://dummyjson.com/users which returns user data under the users property
  • Updated data access to use data.users[1].firstName matching the new API response structure

The previous jsonplaceholder.typicode.com/posts endpoint is no longer
working. Replaced it with https://dummyjson.com/users and updated the
data access to use the users array from the response.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant