We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40376f9 commit 97409c1Copy full SHA for 97409c1
.devcontainer/api/apiRequest.html
@@ -9,7 +9,7 @@
9
10
</body>
11
<script>
12
- const requestURl = 'https://api.github.com/users/';
+ const requestURl = 'https://api.github.com/users/shreyd04';
13
//it's a class so we habve to make it's object first
14
const xhr = new XMLHttpRequest();
15
xhr.open('GET' , requestURl); //but it doesn't continuously track the state
0 commit comments