-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexamples.http
137 lines (105 loc) · 3.27 KB
/
examples.http
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# These examples can be used directly in VSCode, using REST Client extension (humao.rest-client)
# They are important, because used to generate the tests.hurl file.
# Décommenter/commenter les lignes voulues pour tester localement
@host=http://localhost:31976
# @host=https://data-computer.services.istex.fr
###
# @name v1Retrieve
# @save
POST {{host}}/v1/retrieve HTTP/1.1
Content-Type: application/json
[
{
"value":"8RjaJDej5"
}
]
###
# @name v1RetrieveStatus
POST {{host}}/v1/retrieve-status HTTP/1.1
Content-Type: application/json
[
{
"value":"36ji5xEk9"
}
]
###
# @name v1RetrieveJSON
POST {{host}}/v1/retrieve-json?indent=true HTTP/1.1
Content-Type: application/json
[
{
"value":"fRDWhEhay"
}
]
###
# @name v1RetrieveCSV
POST {{host}}/v1/retrieve-csv?indent=true HTTP/1.1
Content-Type: text/csv
[
{
"value":"QjiWLMeKC"
}
]
###
# @name v1baseLine
POST {{host}}/v1/base-line HTTP/1.1
Content-Type: application/x-tar
X-Webhook-Success: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
X-Webhook-Failure: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
< ./example-json.tar.gz
###
## @name v1mockerrorsync
POST {{host}}/v1/mock-error-sync HTTP/1.1
Content-Type: application/x-tar
X-Webhook-Success: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
X-Webhook-Failure: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
< ./example-json.tar.gz
###
### @name v1mockerrorasync
POST {{host}}/v1/mock-error-async HTTP/1.1
Content-Type: application/x-tar
X-Webhook-Success: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
X-Webhook-Failure: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
< ./example-json.tar.gz
###
# @name v1TreeSegment
POST {{host}}/v1/tree-segment HTTP/1.1
Content-Type: application/x-tar
X-Webhook-Success: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
X-Webhook-Failure: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
< ./example-json.tar.gz
###
# @name v1GroupBy
POST {{host}}/v1/group-by HTTP/1.1
Content-Type: application/x-tar
X-Webhook-Success: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
X-Webhook-Failure: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
< ./example-json.tar.gz
###
# @name v1GraphSegment
POST {{host}}/v1/graph-segment HTTP/1.1
Content-Type: application/x-tar
X-Webhook-Success: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
X-Webhook-Failure: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
< ./example-json.tar.gz
###
# @name v1Lda
POST {{host}}/v1/lda HTTP/1.1
Content-Type: application/x-tar
X-Webhook-Success: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
X-Webhook-Failure: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
< ./example-json.tar.gz
###
# @name v1Small
POST {{host}}/v1/small HTTP/1.1
Content-Type: application/x-tar
X-Webhook-Success: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
X-Webhook-Failure: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
< ./example-json.tar.gz
###
# @name v1CorpusSimilarity
POST {{host}}/v1/corpus-similarity HTTP/1.1
Content-Type: application/x-tar
X-Webhook-Success: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
X-Webhook-Failure: https://webhook.site/69300b22-a251-4c16-9905-f7ba218ae7e9
< ./example-similarity-json.tar.gz