|
1 | 1 | # Get Document Information |
2 | | -curl -X GET 'http://localhost:5984/heroes/JOXOS' |
3 | | -curl -X GET 'http://localhost:5984/heroes/VI' |
4 | | -curl -X GET 'http://localhost:5984/heroes/ROKH_AEGIS' |
5 | | -curl -X GET 'http://localhost:5984/heroes/TRANQUILITY' |
6 | | -curl -X GET 'http://localhost:5984/heroes/BEATRIX_EMORY' |
7 | | -curl -X GET 'http://localhost:5984/heroes/INFERNO_FLARE' |
| 2 | +curl -X GET 'http://admin:password@localhost:5984/heroes/JOXOS' |
| 3 | +curl -X GET 'http://admin:password@localhost:5984/heroes/VI' |
| 4 | +curl -X GET 'http://admin:password@localhost:5984/heroes/ROKH_AEGIS' |
| 5 | +curl -X GET 'http://admin:password@localhost:5984/heroes/TRANQUILITY' |
| 6 | +curl -X GET 'http://admin:password@localhost:5984/heroes/BEATRIX_EMORY' |
| 7 | +curl -X GET 'http://admin:password@localhost:5984/heroes/INFERNO_FLARE' |
8 | 8 |
|
9 | 9 | # Get Document Header Information |
10 | | -curl -I HEAD 'http://localhost:5984/heroes/JOXOS' |
11 | | -curl -I HEAD 'http://localhost:5984/heroes/VI' |
12 | | -curl -I HEAD 'http://localhost:5984/heroes/ROKH_AEGIS' |
13 | | -curl -I HEAD 'http://localhost:5984/heroes/TRANQUILITY' |
14 | | -curl -I HEAD 'http://localhost:5984/heroes/BEATRIX_EMORY' |
15 | | -curl -I HEAD 'http://localhost:5984/heroes/INFERNO_FLARE' |
| 10 | +curl -I 'http://admin:password@localhost:5984/heroes/JOXOS' |
| 11 | +curl -I 'http://admin:password@localhost:5984/heroes/VI' |
| 12 | +curl -I 'http://admin:password@localhost:5984/heroes/ROKH_AEGIS' |
| 13 | +curl -I 'http://admin:password@localhost:5984/heroes/TRANQUILITY' |
| 14 | +curl -I 'http://admin:password@localhost:5984/heroes/BEATRIX_EMORY' |
| 15 | +curl -I 'http://admin:password@localhost:5984/heroes/INFERNO_FLARE' |
16 | 16 |
|
17 | 17 | # Get Document List of Revisions |
18 | | -curl -X GET 'http://localhost:5984/heroes/JOXOS?revs=true' |
19 | | -curl -X GET 'http://localhost:5984/heroes/VI?revs=true' |
20 | | -curl -X GET 'http://localhost:5984/heroes/ROKH_AEGIS?revs=true' |
21 | | -curl -X GET 'http://localhost:5984/heroes/TRANQUILITY?revs=true' |
22 | | -curl -X GET 'http://localhost:5984/heroes/BEATRIX_EMORY?revs=true' |
23 | | -curl -X GET 'http://localhost:5984/heroes/INFERNO_FLARE?revs=true' |
| 18 | +curl -X GET 'http://admin:password@localhost:5984/heroes/JOXOS?revs=true' |
| 19 | +curl -X GET 'http://admin:password@localhost:5984/heroes/VI?revs=true' |
| 20 | +curl -X GET 'http://admin:password@localhost:5984/heroes/ROKH_AEGIS?revs=true' |
| 21 | +curl -X GET 'http://admin:password@localhost:5984/heroes/TRANQUILITY?revs=true' |
| 22 | +curl -X GET 'http://admin:password@localhost:5984/heroes/BEATRIX_EMORY?revs=true' |
| 23 | +curl -X GET 'http://admin:password@localhost:5984/heroes/INFERNO_FLARE?revs=true' |
24 | 24 |
|
25 | 25 | # Get Document Revision History |
26 | | -curl -X GET 'http://localhost:5984/heroes/JOXOS?revs_info=true' |
27 | | -curl -X GET 'http://localhost:5984/heroes/VI?revs_info=true' |
28 | | -curl -X GET 'http://localhost:5984/heroes/ROKH_AEGIS?revs_info=true' |
29 | | -curl -X GET 'http://localhost:5984/heroes/TRANQUILITY?revs_info=true' |
30 | | -curl -X GET 'http://localhost:5984/heroes/BEATRIX_EMORY?revs_info=true' |
31 | | -curl -X GET 'http://localhost:5984/heroes/INFERNO_FLARE?revs_info=true' |
| 26 | +curl -X GET 'http://admin:password@localhost:5984/heroes/JOXOS?revs_info=true' |
| 27 | +curl -X GET 'http://admin:password@localhost:5984/heroes/VI?revs_info=true' |
| 28 | +curl -X GET 'http://admin:password@localhost:5984/heroes/ROKH_AEGIS?revs_info=true' |
| 29 | +curl -X GET 'http://admin:password@localhost:5984/heroes/TRANQUILITY?revs_info=true' |
| 30 | +curl -X GET 'http://admin:password@localhost:5984/heroes/BEATRIX_EMORY?revs_info=true' |
| 31 | +curl -X GET 'http://admin:password@localhost:5984/heroes/INFERNO_FLARE?revs_info=true' |
0 commit comments