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]
Release files for collective.stomach 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| collective.stomach-0.2.zip | 24.1 kB | Details |
Release files / collective.stomach-0.2.zip
| Download URL | collective.stomach-0.2.zip |
|---|---|
| Size | 24.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f4df026ac3dc09bacb9ebf6a790068af1839e843e7818877a97c4b87de460c5d
|
|
BLAKE2b-256 checksum How to use checksums |
e1e7cfc86a25229886af62c358a2fb0f616798c51f8274fe5d0c5432c41b76fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |