vatsalpadhiyar / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Expand $ref in a schema to extend the parent class. #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The latitude API has the following in the discovery document:
  "schemas": {
     "LatitudeCurrentlocationResourceJson": {
        "$ref": "Location"
     },

When the service class is generated with this, 
LatitudeCurrentlocationResourceJson should extend the Location class.

Original issue reported on code.google.com by chirags@google.com on 15 Aug 2011 at 10:40

GoogleCodeExporter commented 8 years ago

Original comment by chirags@google.com on 7 Oct 2011 at 11:28