Jump to: navigation, search

Difference between revisions of "QuantumV2APIIntro"

 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
Quantum Developer v2 API Intro  
+
= Quantum Developer v2 API Intro =
  
 
The goal of this document is to quickly get a Quantum developer who is already familiar with how things worked with the v1.0 and v1.1 API up to speed on the v2.0 API.  Full API specification (i.e., http://docs.openstack.org/api/openstack-network/1.0/content/index.html) will be coming as well, but this document is an attempt to jumpstart developers who have Folsom-2 work that requires using v2.0 API.
 
The goal of this document is to quickly get a Quantum developer who is already familiar with how things worked with the v1.0 and v1.1 API up to speed on the v2.0 API.  Full API specification (i.e., http://docs.openstack.org/api/openstack-network/1.0/content/index.html) will be coming as well, but this document is an attempt to jumpstart developers who have Folsom-2 work that requires using v2.0 API.
Line 8: Line 8:
 
You're encouraged to to through the code once you read this overview.  
 
You're encouraged to to through the code once you read this overview.  
  
Summary:
+
== Summary ==
  
 
The v2.0 API represents a combination of the [ Quantum v1.1 API | http://docs.openstack.org/api/openstack-network/1.0/content/] with some of the most essential IPAM capabilities from the [ Melange API | http://melange.readthedocs.org/en/latest/apidoc.html ]
 
The v2.0 API represents a combination of the [ Quantum v1.1 API | http://docs.openstack.org/api/openstack-network/1.0/content/] with some of the most essential IPAM capabilities from the [ Melange API | http://melange.readthedocs.org/en/latest/apidoc.html ]

Revision as of 20:57, 3 June 2012

Quantum Developer v2 API Intro

The goal of this document is to quickly get a Quantum developer who is already familiar with how things worked with the v1.0 and v1.1 API up to speed on the v2.0 API. Full API specification (i.e., http://docs.openstack.org/api/openstack-network/1.0/content/index.html) will be coming as well, but this document is an attempt to jumpstart developers who have Folsom-2 work that requires using v2.0 API.

The v2.0 API code is available for review here: https://review.openstack.org/#/c/8039/

You're encouraged to to through the code once you read this overview.

Summary

The v2.0 API represents a combination of the [ Quantum v1.1 API | http://docs.openstack.org/api/openstack-network/1.0/content/] with some of the most essential IPAM capabilities from the [ Melange API | http://melange.readthedocs.org/en/latest/apidoc.html ]