[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HTTPAPI How to do a POST



   With the following settings:


   HTTP/1.1
   Accept: application/json
   Content-Type: application/json
   Authorization: OAuth oauth_token={oauthToken}

   {
     "email": "somebody@xxxxxxxxxxxxx",
     "givenName": "Fred",
     "surname": "Rubble"
   }

   I need to set it up to use json data both to and from the external API,
   and pass in an email address, first and last name. I don't think I need
   a parser, as the data is very limited that I'm passing in and getting
   back. I also need to pass in an API Key as shown above in the
   Authorization line.


   Kevin
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------