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
Release history Release notifications | RSS feed
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)