Changes between Initial Version and Version 1 of UserGuidelinesREST
- Timestamp:
- 01/15/10 23:21:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelinesREST
v1 v1 1 For testing/POST using CURL follow the example 2 3 In the example - name%40example.com represents your login name@example.com and password is to be replaced by your password. 4 5 person.xml is the file name to post. 6 7 {{{ 8 curl -F 'filename=@person.xml;type=application/xml' http://name%40example.com:password@localhost:8000/sahana/pr/person/create.xml&ignore_errors=True 9 }}}