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 details)
File details
Details for the file collective.stomach-0.2.zip
.
File metadata
- Download URL: collective.stomach-0.2.zip
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4df026ac3dc09bacb9ebf6a790068af1839e843e7818877a97c4b87de460c5d |
|
MD5 | 08109a28cb822780d596a05293fd7afd |
|
BLAKE2b-256 | e1e7cfc86a25229886af62c358a2fb0f616798c51f8274fe5d0c5432c41b76fd |