Project

General

Profile

Download (753 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/usr/bin/bash
2

    
3
wget    --header='Accept: application/json' \
4
        --header='Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7'  \
5
        --header='Accept-Language: de'\
6
        -O ws-whatis.json \
7
        http://127.0.0.1:8080/cdmserver/whatis/6838182f-823d-4568-9a5e-9eeb8028f290
8

    
9
wget    --header='Accept: application/json' \
10
        --header='Accept-Charset: UTF-8'  \
11
        --header='Accept-Language: de'\
12
        -O ws-taxon.json \
13
        http://127.0.0.1:8080/cdmserver/taxon/e5d81723-61f1-47c6-956b-0819eeed1069
14

    
15

    
16

    
17
#wget    --header='Accept: application/json' \
18
#	      --header='Accept-Charset: UTF-8'  \
19
#        --header='Accept-Language: de'\
20
#        -O ws-taxonomy-root.json \
21
#	      http://127.0.0.1:8080/cdmserver/taxonomy/root/
22

    
23
	
(6-6/7)