lp:~james-w/lazr.restfulclient/fix-caching

Created by James Westby and last modified
Get this branch:
bzr branch lp:~james-w/lazr.restfulclient/fix-caching
Only James Westby can upload to this branch. If you are James Westby please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
James Westby
Project:
lazr.restfulclient
Status:
Merged

Recent revisions

85. By James Westby

Add a comment explaining why the .upper() is there and fix formatting.

Thanks Abel.

84. By James Westby

Pass uppercase method names to httplib2, as that is what it works with.

If you pass a lowercase method name to httplib then it doesn't consider
it to be a GET, PUT, etc., and so will do things like not cache.

Wadl methods return their method lower cased, which is how it is compared
in this method, but httplib2 expects the opposite.

83. By Leonard Richardson

Restored ServiceRoot.credentials.

82. By Leonard Richardson

[r=jml] Improved the error message given when the user tries to follow a link, not knowing that they don't have permission to see the link.

81. By Leonard Richardson

[r=allenap] Request the correctly-spelled WADL media type. The misspelled media type will still work if going against an old version of lazr.restful.

80. By Leonard Richardson

[r=gary] Made HTTPError strings more verbose.

79. By Leonard Richardson

[r=allenap] Implemented the equality operation for entries and hosted files.

78. By Leonard Richardson

[r=allenap] Make use of the new lazr.authentication library.

77. By Leonard Richardson

[r=bac] Add the ability to communicate with servers that support OAuth.

76. By Leonard Richardson

[r=bac] Switched from passing in credentials that are never used to passing in authorizers that are always used but might not do anything.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers