File tree 2 files changed +4
-4
lines changed
pages/rest-api/Images/Husbando
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs.waifu.it" ,
3
- "version" : " 3.1.8 " ,
3
+ "version" : " 3.1.9 " ,
4
4
"description" : " The new and improved documentation for Waifu.it" ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
27
27
"@types/node" : " 18.11.10" ,
28
28
"typescript" : " ^4.9.5"
29
29
}
30
- }
30
+ }
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Here's example of how to make a request to the `/husbando` endpoint.
54
54
/*
55
55
Replace "YOUR_ACCESS_TOKEN" with the token you got from the Kohai Bot and the endpoint.
56
56
*/
57
- const url = " https://husbando .it/api/v4/husbando" ;
57
+ const url = " https://waifu .it/api/v4/husbando" ;
58
58
const data = async () => {
59
59
try {
60
60
const { data } = await axios .get (url, { headers: {
@@ -77,7 +77,7 @@ Here's example of how to make a request to the `/husbando` endpoint.
77
77
"""
78
78
Replace "YOUR_ACCESS_TOKEN" with the token you got from the Kohai Bot and the endpoint.
79
79
"""
80
- url = " https://husbando .it/api/v4/husbando"
80
+ url = " https://waifu .it/api/v4/husbando"
81
81
response = requests.get(url, headers = {
82
82
" Authorization" : " YOUR_ACCESS_TOKEN" ,
83
83
})
You can’t perform that action at this time.
0 commit comments