Skip to content

Instantly share code, notes, and snippets.

@moeinserpico
Created September 30, 2019 06:29
Show Gist options
  • Save moeinserpico/c9cc67d71624811eef317b30e2b25257 to your computer and use it in GitHub Desktop.
Save moeinserpico/c9cc67d71624811eef317b30e2b25257 to your computer and use it in GitHub Desktop.
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"employees": "http://127.0.0.1:8080/api/employees/",
"departments": "http://127.0.0.1:8080/api/departments/",
"deptemp": "http://127.0.0.1:8080/api/deptemp/",
"deptmanager": "http://127.0.0.1:8080/api/deptmanager/",
"salaries": "http://127.0.0.1:8080/api/salaries/",
"titles": "http://127.0.0.1:8080/api/titles/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment