Skip to content

Commit

Permalink
docs: Ajax rest controller postman
Browse files Browse the repository at this point in the history
  • Loading branch information
gutche committed Mar 27, 2023
1 parent 7b150c5 commit 3b757be
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions AList.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,60 @@
"response": []
}
]
},
{
"name": "AjaxRestController",
"item": [
{
"name": "Sign-in",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"Peepo\",\n \"password\": 1234\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://localhost:8443/api/auth/sign-in",
"protocol": "https",
"host": [
"localhost"
],
"port": "8443",
"path": [
"api",
"auth",
"sign-in"
]
}
},
"response": []
},
{
"name": "getPosts",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "getStarredPosts",
"request": {
"method": "GET",
"header": []
},
"response": []
}
]
}
]
}

0 comments on commit 3b757be

Please sign in to comment.