adoptium / adoptium/aqa-test-tools

Use one fetch library

Open
#643 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
33
Forks
97
Avg merge
7h 9m
Merged PRs (30d)
5

Description

Instead of introducing a new fetch library - axios, We should use the existing one - got
```
const response = await got.get(this.url).buffer();
```

https://github.com/sindresorhus/got#readme

Related: https://github.com/adoptium/aqa-test-tools/pull/619

Contributor guide

Open the contributing guide

Research direction

Read the related pull request #619 and locate the fetch-library use it introduced. Compare it with the issue's suggested `got.get(this.url).buffer()` call; done means using the existing `got` library instead of adding `axios`.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
tooling
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.