An introduction to curl using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
An introduction to curl using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
| user www; | |
| worker_processes 1; | |
| daemon on; | |
| error_log /var/log/nginx/error.log warn; | |
| timer_resolution 500ms; | |
| events { | |
| worker_connections 512; | |
| } |