Newer
Older
web-services / data-wrapper / examples.http
@Nicolas Thouvenin Nicolas Thouvenin on 23 Aug 1 KB fix:with tar.gz we need to save the result
# File Global Variables: Variables defined in Region without name or request
#@baseUrl = http://localhost:31976
@baseUrl = http://data-wrapper-2.tdmservices.intra.inist.fr/
###

# @name csv
# @save
POST {{baseUrl}}/v1/csv?compress=false HTTP/1.1
Content-Type: text/csv

title,year,director/firstNane,director/LastNane,actors,rating,imdb
Rocky,1976,John G.,Avildsen,Sylvester Stallone/Talia Shire/Carl Weathers/Burt Young,"8,1",http://www.imdb.com/title/tt0075148/
Rocky 2,1979,Sylvester,Stallone,Sylvester Stallone/Talia Shire/Carl Weathers/Burt Young/Burgess Meredith/Tony Burton/Frank Stallone/Stu Nahan,"7,2",http://www.imdb.com/title/tt0079817/
Rocky 3,1982,Sylvester,Stallone,Sylvester Stallone/Talia Shire/Carl Weathers/Burt Young/Burgess Meredith/Mister T./Hulk Hogan/Tony Burton,"6,7",http://www.imdb.com/title/tt0084602/
Last Action Hero,1993,John,McTierman,Arnold Schwarzenegger/Austin O'Brien/Charles Dance/Bridget Wilson-Sampras,"6,2",http://www.imdb.com/title/tt0107362/
###


# @name tar-tei2json
# @save
# @extension tar.gz
POST {{baseUrl}}/v1/tar-tei2json.ini HTTP/1.1
Content-Type: application/x-tar

< ./example-tei.tar.gz
###

# @name tar-tei2xml
# @save
# @extension tar.gz
POST {{baseUrl}}/v1/tar-tei2xml.ini HTTP/1.1
Content-Type: application/x-tar

< ./example-tei.tar.gz
#