Skip to content

Commit 3381ae9

Browse files
author
dustin deus
committed
[ci skip] improve readme
1 parent eb997f2 commit 3381ae9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ const datasource = new (class MoviesAPI extends HTTPDataSource {
8181

8282
async getMovie(id) {
8383
return this.get(`/movies/${id}`, {
84+
query: {
85+
a: 1,
86+
},
8487
headers: {
8588
'X-Foo': 'bar',
8689
},

0 commit comments

Comments
 (0)