Skip to content

comcast-jonm/htmlapi-client-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmlapi-client-python

This is sample Python code for driving an HTML-based hypermedia API, as described in Jon Moore's talk: "Building Hypermedia APIs with HTML":

http://www.infoq.com/presentations/web-api-html

As described in that talk, the top-level method of interest is enter(), where you can supply a URL and arrive at the "start" state of a client state machine. From there, the client can examine semantic objects as annotated by HTML5 microdata, for example with ontologies like Schema.org (http://schema.org/).

In addition, the client can move to new states by calling .follow() on Link objects or .submit() on Form objects that it discovers.

What's not included?

As this code is largely targeted at driving the demo shown in the talk, there are several things not implemented that would be necessary for production use, including a healthy dose of error checking! In particular, the HTTP subsystem here is not configured to use caching or follow redirects, although there's nothing that particularly prevents that work from happening.

In addition, the client library does not examine HTTP response codes nor expose them out to the "application client" that would sit on top.

Patches welcome!

References

About

Sample Python code for driving an HTML-based hypermedia API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages