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

Or make python script which call view url as

url = "http://localhost:8080/Plone/stomach
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.1 (2013-07-17)

  • Package created using templer [Benoit Suttor]

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.1.zip (23.5 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