Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
docs: add note for phatnguoi.vn
Browse files Browse the repository at this point in the history
Also add docs with include requests folder
  • Loading branch information
KevinNitroG committed Jan 13, 2025
1 parent 4237282 commit 2b9aa66
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 11 deletions.
8 changes: 8 additions & 0 deletions docs/dev/checkphatnguoi_vn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# checkphatnguoi.vn

```http
{%
include "../../requests/checkphatnguoi_vn.http"
%}
```

## Curl

1. Example 1

```sh
Expand Down
14 changes: 3 additions & 11 deletions docs/dev/csgt_vn.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# csgt.vn

```http
### csgt
POST /?mod=contact&task=tracuu_post&ajax
HOST: www.csgt.vn
Cookie: PHPSESSID=jmg7m23ttkho70rap0fs6evgb0
content-type: application/x-www-form-urlencoded
BienKS=60A64685 &
Xe=1 &
captcha=rtz4rv &
ipClient=9.9.9.91 &
cUrl=1
{%
include "../../requests/csgt_vn.http"
%}
```
7 changes: 7 additions & 0 deletions docs/dev/phatnguoi_vn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# phatnguoi.vn

```http
{%
include "../../requests/phatnguoi_vn.http"
%}
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ nav:
- dev/setup.md
- dev/csgt_vn.md
- dev/checkphatnguoi_vn.md
- dev/phatnguoi_vn.md
- 'Khác':
- other/references.md
- other/disclaimer.md
Expand Down
6 changes: 6 additions & 0 deletions requests/checkphatnguoi_vn.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Get for 6A64685
POST /phatnguoi
HOST: https://api.checkphatnguoi.vn
Content-Type: application/json

{"bienso": "60A64685"}
11 changes: 11 additions & 0 deletions requests/csgt_vn.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### csgt
POST /?mod=contact&task=tracuu_post&ajax
HOST: www.csgt.vn
Cookie: PHPSESSID=jmg7m23ttkho70rap0fs6evgb0
content-type: application/x-www-form-urlencoded

BienKS=60A64685 &
Xe=1 &
captcha=rtz4rv &
ipClient=9.9.9.91 &
cUrl=1
3 changes: 3 additions & 0 deletions requests/phatnguoi_vn.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### phatnguoi.vn
GET /web/tra-cuu/98A56604/1
HOST: https://api.phatnguoi.vn

0 comments on commit 2b9aa66

Please sign in to comment.