Update auth and skeleton of wrapper

This commit is contained in:
Louis Lam
2023-10-08 05:33:08 +08:00
parent 5773eeb6df
commit 6d2f624242
3 changed files with 208 additions and 22 deletions

11
test/api.http Normal file
View File

@@ -0,0 +1,11 @@
POST http://localhost:3001/api
Authorization: Bearer uk1_1HaQRETls-E5KlhB6yCtf8WJRW57KwFMuKkya-Tj
Content-Type: application/json
{
"action": "getPushExample",
"params": [
"javascript-fetch"
]
}
###