Skip to main content

This products is used to see which eggs are in Plone site.

Project description

Introduction

You can open a browser and call the

@@stomach_view?token=my_secret_token

Or make python script which call view url as

url = "http://localhost:8080/Plone/stomach_view?token=my_secret_token
request = urllib2.Request(url)
request.add_header("Content-Type", "application/json")
response = urllib2.urlopen(request)
print response.read()

A json with a list of all eggs will be return.

Benoit Suttor, Author

Changelog

0.2 (2013-07-25)

  • Add little security with token and registry. [bsuttor]

0.1 (2013-07-17)

  • Package created using templer [bsuttor]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.stomach-0.2.zip (24.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page