Environment 썸네일형 리스트형 [Postman] Example of Pre-request Script When I was doing a project to make REST API Client, I had to make access token before request REST API.If the access token were expired, refreshing access token process was very bothersome process..When I using Postman to testing my REST API, I could make this authentication process to automatically with pre-request script.And easily access the authorization token with environment variables.. He.. 더보기 Make Django Server on Centos7 # install python3.6]$ sudo yum update -y]$ sudo yum install -y yum-utils]$ sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm]$ sudo yum install -y python36u python36u-pip python36u-devel ]$ mkdir [project_name] # make python3 virtual environment]$ python3.6 -m venv py3 # activate virtual environment]$. py3/bin/activate # install django(py3) ]$ pip install --upgrade pip(py3) ]$.. 더보기 이전 1 다음