-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapi.http
More file actions
58 lines (45 loc) · 1.14 KB
/
Copy pathapi.http
File metadata and controls
58 lines (45 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
GET http://127.0.0.1:8000
###
POST https://mekautos.uniblockweb.com/api/auth/register
Accept: application/json
Content-Type: application/json
{
"name": "david",
"email": "sadsfdsfgsdfgsdgf@gmail.com",
"password" : "123456"
}
###
POST https://mekautos.uniblockweb.com/api/auth/login
Accept: application/json
Content-Type: application/json
{
"email": "davidostos@gmail.com",
"password" : "123456"
}
###
POST http://127.0.0.1:8000/api/auth/login
Accept: application/json
Content-Type: application/json
{
"email": "davidostos2@gmail.com",
"password" : "123456"
}
###
POST https://mekautos.uniblockweb.com/api/auth/googleUser
Accept: application/json
Content-Type: application/json
{
"familyName" : "Ostos",
"givenName" : "David",
"email": "davidostos2@gmail.com",
"imageUrl" : "https://lh3.googleusercontent.com/a/AAcHTtc-_Si48dFtZfLb_TvZofIhVrhKsB5Cw5szBCmjg1OfTdU=s96-c",
"idToken": "110767012227547596340"
}
###
GET https://mekautos.uniblockweb.com/api/post
Accept: application/json
Content-Type: application/json
###
GET https://fakestoreapi.com/products?offset=0&limit=10
Accept: application/json
Content-Type: application/json