Skip to content

Instantly share code, notes, and snippets.

@FrankyBoy
Created April 12, 2016 09:34
Show Gist options
  • Save FrankyBoy/23b0b427e10422f43f7480c7d79e5fd1 to your computer and use it in GitHub Desktop.
Save FrankyBoy/23b0b427e10422f43f7480c7d79e5fd1 to your computer and use it in GitHub Desktop.

HOST: api.bwin.com/V3 FORMAT: 1A

SomeResource [/SomeResource]

  • Model (application/json)

      {  
         "prop1":"value",
         "prop2":"value"
      }
    

GetSomeResource [GET]

  • Request (application/json)

  • Response 200

    [SomeResource][]

SomeOtherResource [/SomeOtherResource]

GetSomeOtherResource [GET]

  • Request (application/json)

  • Response 200 (application/json)

    [SomeResource][]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment