-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtweets.json
41 lines (41 loc) · 1.38 KB
/
tweets.json
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
[
{
"tweet_id": "3fa85f64-5717-4562-b3fc-2c963f66afa7",
"content": "este es el primer tweet de mi api",
"created_at": "2022-08-17 14:01:19.380509",
"updated_at": "2022-08-17 19:02:08.910000+00:00",
"by": {
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "user@example.com",
"first_name": "camilo",
"last_name": "string",
"birth_date": "1999-08-17"
}
},
{
"tweet_id": "3fa85f64-5717-4562-b3fc-2c963f66afa7",
"content": "este es el segundo tweet de mi api",
"created_at": "2022-08-17 14:01:19.380509",
"updated_at": "2022-08-17 19:02:08.910000+00:00",
"by": {
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "user@example.com",
"first_name": "camilo",
"last_name": "string",
"birth_date": "1999-08-17"
}
},
{
"tweet_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"content": "string",
"created_at": "2022-08-17 15:36:12.073008",
"updated_at": "2022-08-17 20:36:21.052000+00:00",
"by": {
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "user@example.com",
"first_name": "string",
"last_name": "string",
"birth_date": "2022-08-17"
}
}
]