Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contacts

URL: /contacts.ashx 

...

--header 'User-Agent: vippie;ios;1.2.3' \
--header 'Content-Type: text/plain' \
--header 'Authorization: Basic YW5kOmFuZDJhMzJkaW0=' \--header 'Cookie: ASP.NET_SessionId=C1BB840DB638CBCFCEE93577; ASP.NET_SessionId=E12FD3CC1BDACCB44296D65B' \
--header 'X-VIPPIE-DEVICE-ID: ff66fc693846285d' \
--header 'X-VIPPIE-DEVICE-NAME: iPhone8,1'


Sample JSON data exchange format for the address book - update and full methods.

...

--header 'User-Agent: vippie;ios;1.2.3' \
--header 'Content-Type: text/plain' \
--header 'Authorization: Basic YW5kOmFuZDJhMzJkaW0=' \--header 'Cookie: ASP.NET_SessionId=C1BB840DB638CBCFCEE93577; ASP.NET_SessionId=5987BC3679F84ADEB75E44C5' \
--header 'X-VIPPIE-DEVICE-ID: ff66fc693846285d' \
--header 'X-VIPPIE-DEVICE-NAME: iPhone8,1'

Return value

Code Block
{
  "in": [
    "login1",
    "login2",
    "login3"
  ],
  "out": [
    "login4",
    "login5",
    "login6"
  ]
}

...