~ubuntu-branches/ubuntu/trusty/horizon/trusty

« back to all changes in this revision

Viewing changes to openstack_dashboard/api/__init__.py

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-06 16:53:28 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20140306165328-w2vgmtfriqlhp27m
Tags: 1:2014.1~b3-0ubuntu1
* New upstream milestone release.
* d/static/*: Refreshed assets for new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
Unfortunately, these objects are also often constructed dynamically, making
28
28
it difficult to know what data is available from the API object.  Because of
29
29
this, all API calls should wrap their returned object in one defined here,
30
 
using only explicitly defined atributes and/or methods.
 
30
using only explicitly defined attributes and/or methods.
31
31
 
32
32
In other words, Horizon developers not working on openstack_dashboard.api
33
33
shouldn't need to understand the finer details of APIs for