This product helps
to exchange data from a Google App Engine datastore. It inputs and outputs data straight to the datastore via HTTP using JSONP (JSON with Padding) interface. |
|
Test the communication with these Web Services: | |
HelloWorld ListDataService Example: http://jsonpfy.livesourceagile.appspot.com/SaveDataService ?kind=Project &ID=AmazonTravelLog &fieldsKind=String&fieldsName=repositoryType&fieldsValue=GitHub &fieldsKind=String&fieldsName=repositoryURL&fieldsValue= GetDataService Example: http://jsonpfy.livesourceagile.appspot.com/SaveDataService ?kind=Project &ID=AmazonTravelLog &fieldsKind=String&fieldsName=repositoryType&fieldsValue=GitHub &fieldsKind=String&fieldsName=repositoryURL&fieldsValue= SaveDataService Example: http://jsonpfy.livesourceagile.appspot.com/SaveDataService ?kind=Project &ID=AmazonTravelLog &fieldsKind=String&fieldsName=repositoryType&fieldsValue=GitHub &fieldsKind=String&fieldsName=repositoryURL&fieldsValue= |