Code Monkey home page Code Monkey logo

sat's Introduction

sat

cURLs

curl -X OPTIONS -H "Access-Control-Request-Method: POST" -H "Origin: http://192.168.99.100:8000" -H "Referer: http://192.168.99.100:8000/" -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36" -H "Access-Control-Request-Headers: authorization, content-type" -H "Cache-Control: no-cache" -H "Postman-Token: 42026793-2d4e-472e-172f-0bca15ff9513" "http://192.168.99.100:8080/api/authenticate"
curl -X POST -H "Authorization: Basic cm9oaXRuYmFAZ21haWwuY29tOnRlc3Q=" -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: b4b3a288-ea53-0aa4-dd32-7d7fb5195055" -d '[
  {
    "firstName": "Test",
    "lastName": "test",
    "courseName": "English",
    "examName": "SAT",
    "date": "2016-11-20",
    "grade": 9.1,
    "userName": "[email protected]",
    "testId": 1
  }
]' "http://localhost:8080/api/grades"
curl -X GET -H "Authorization: Basic dGVzdEB0ZXN0LmNvbTp0ZXN0" -H "Cache-Control: no-cache" -H "Postman-Token: 85e84621-d606-57b1-f8be-ad026ec2b1c7" "http://localhost:8080/api/users?type=S"
curl -X GET -H "Authorization: Basic dGVzdEB0ZXN0LmNvbTp0ZXN0" -H "Cache-Control: no-cache" -H "Postman-Token: 145b38e3-962a-6a1c-979c-94881ae88bf2" "http://localhost:8080/api/exams"
curl -X GET -H "Authorization: Basic dGVzdEB0ZXN0LmNvbTp0ZXN0" -H "Cache-Control: no-cache" -H "Postman-Token: 24a89035-3d05-a5ab-5914-153797a93c5a" "http://localhost:8080/api/courses?examid=1"
curl -X GET -H "Authorization: Basic dGVzdEB0ZXN0LmNvbTp0ZXN0" -H "Cache-Control: no-cache" -H "Postman-Token: 90c3d5c5-c8a9-abdf-4446-73e07e18ee48" "http://localhost:8080/api/grades?testId=1"

sat's People

Contributors

r0h17 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.