This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<user> | |
<email> #email_address </email> | |
<password>#password</password> | |
</user> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<result> | |
<status> | |
OK | |
</status> | |
<message> | |
Now following user N | |
</message> | |
</result> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<result> | |
<status> | |
OK | |
</status> | |
<message> | |
Stopped following 16 | |
</message> | |
</result> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<products> | |
<count>7</count> | |
<product> | |
<item>Item Name</item> | |
<avg_rating>4.5</avg_rating> | |
<reviews_count>3</reviews_count> | |
<itemurl>http://example.com/item.html</itemurl> | |
</product> | |
<product> | |
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<review> | |
<user_name> #user_name </user_name> | |
<email_address> #email_address </email_address> | |
<mobile_no> #mobile_no </email_address> | |
<password> #password </password> | |
</review> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<result> | |
<status>OK_CREATED</status> | |
</result> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<result> | |
<status>OK_EXISTING</status> | |
</result> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<result> | |
<status>ERROR</status> | |
<message>The credentials supplied were incorrect or the email address supplied was already in use</message> | |
</result> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<review> | |
<once>#number</once> | |
<hash>#hash</hash> | |
<review_id> #review </review_id> | |
</review> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<result> | |
<status>OK</status> | |
</result> | |
<result> | |
<status>ERROR_AUTH</status> | |
<message>Authentication or permissions error</message> | |
</result> | |
<result> |