File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ the passed options and sends the request using [fetch](https://developer.mozilla
27
27
- [ ` request.defaults() ` ] ( #requestdefaults )
28
28
- [ ` request.endpoint ` ] ( #requestendpoint )
29
29
- [ Special cases] ( #special-cases )
30
- - [ The ` data ` parameter – set request body directly] ( #the-data-parameter--set-request-body-directly )
30
+ - [ The ` data ` parameter – set request body directly] ( #the-data-parameter-%E2%80%93 -set-request-body-directly )
31
31
- [ Set parameters for both the URL/query and the request body] ( #set-parameters-for-both-the-urlquery-and-the-request-body )
32
32
- [ LICENSE] ( #license )
33
33
@@ -70,11 +70,11 @@ request("POST /repos/{owner}/{repo}/issues/{number}/labels", {
70
70
<tr ><th >
71
71
Browsers
72
72
</th ><td width =100% >
73
- Load <code >@octokit/request </code > directly from <a href =" https://cdn.skypack.dev " >cdn.skypack.dev </a >
73
+ Load <code >@octokit/request </code > directly from <a href =" https://esm.sh " >esm.sh </a >
74
74
75
75
``` html
76
76
<script type =" module" >
77
- import { request } from " https://cdn.skypack.dev /@octokit/request" ;
77
+ import { request } from " https://esm.sh /@octokit/request" ;
78
78
</script >
79
79
```
80
80
You can’t perform that action at this time.
0 commit comments