Skip to content

Need to refactor legacy XHR to Fetch API; API failure checks not implemented #155

@AkshatSharma25

Description

@AkshatSharma25

The following points got my attention:

  • The original code in "News Website" project is using legacy XHR code to fetch data from news api. XHR is old school now and can be categorized as legacy and outdated. We need to update that to modern fetch API.
  • The api doesn't have any check for API failure like 401 Unauthorized, 429 Rate Limit.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions