Changes between Initial Version and Version 1 of UserGuidelinesREST


Ignore:
Timestamp:
01/15/10 23:21:38 (15 years ago)
Author:
Praneeth Bodduluri
Comment:

Curl example for POST

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelinesREST

    v1 v1  
     1For testing/POST using CURL follow the example
     2
     3In the example - name%40example.com represents your login name@example.com and password is to be replaced by your password.
     4
     5person.xml is the file name to post.
     6
     7{{{
     8curl -F 'filename=@person.xml;type=application/xml' http://name%40example.com:password@localhost:8000/sahana/pr/person/create.xml&ignore_errors=True
     9}}}