lp:fluent

Created by Jamu Kakar and last modified
Get this branch:
bzr branch lp:fluent
Members of Fluent Developers can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Fluent Developers
Project:
Fluent
Status:
Development

Recent revisions

17. By Jamu Kakar

Merged simplify-model.

The Value class has been renamed to TagValue and Object.tags is now
Object.values. Namespace.namespacePaths and Namespace.tagPaths are
called namespaces and tags now.

16. By Jamu Kakar

Merged get-tag-about-api.

The AboutMethods.get method returns a Value if a tag value is
requested. A new Value model class stores a value and its content
type.

15. By Jamu Kakar

Merged get-about-api.

A new AboutMethods.get method performs a GET request on the /about API
endpoint. A minor bug in AboutMethods.get was fixed in the process.

14. By Jamu Kakar

Merged post-about-api.

A new AboutMethods.post class and method can perform POST requests on
the /about endpoint. It's wired up to the FluidinfoAPI class.

13. By Jamu Kakar

Merged fixed-values-methods.

The ValuesMethods.get method correctly encodes query and tag values as
query string parameters.

12. By Jamu Kakar

Merged get-users-api.

A new UsersMethods class has a UsersMethods.get method that can
perform a GET request with the /users endpoint. A new User model
class is used to represent the results of this method.

11. By Jamu Kakar

Merged delete-namespaces-api.

A new NamespacesMethods.delete method performs a DELETE request on the
/namespaces endpoint. Response.raiseException has been renamed to
getException and handling of unexpected status codes has been improved.

10. By Jamu Kakar

Merged put-namespaces-api.

A new NamespacesMethods.put method can be used to update a namespace's
description. In addition, a Response.raiseException method can be
used to turn a response into an HTTPError.

9. By Jamu Kakar

Merged get-namespaces-api.

A new NamespacesMethods.get method provides an interface for invoking
GET on /namespaces requests. It returns a new Namespace model object
with information about the namespace.

8. By Jamu Kakar

Merged post-namespaces-api.

A new NamespacesMethods class on the FluidinfoAPI.namespaces attribute
provides access to methods on the /namespaces endpoint. So far a
NamespacesMethods.post method can perform POST requests.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.