github.com/s7techlab/cckit@v0.10.5/examples/cpaper_asservice/bin/api/get.sh (about)

     1  #!/usr/bin/env bash
     2  if [[ -z "$1" ]]; then echo "\$1 - issuer"; exit 1;  fi
     3  if [[ -z "$2" ]]; then echo "\$2 - paper number"; exit 1;  fi
     4  source _common.sh
     5  
     6  GET /cpaper/$1/$2