Avnish1985 / bitly-api

Automatically exported from code.google.com/p/bitly-api
0 stars 0 forks source link

return data is version 1.0 even if version is set to 2.0.1 (current version) #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. follow bit.ly link or hash for /info? with version=2.0.1.
2.
3.

What is the expected output? What do you see instead?
The return result contains node "<version>1.0</version>" instead of
"<version>2.0.1</version>" as expected.

What version of the product are you using? On what operating system?
2.0.1, windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by amichae...@gmail.com on 4 Dec 2009 at 9:10

GoogleCodeExporter commented 8 years ago
the version number is an internal version number specific to the
block of data returned, not for the api call itself. As such it can be ignored. 
This version 
number may or may not be present for all responses.

The example call given is correct, also in a future api update this version 
attribute will 
not be exposed in the response

Original comment by jehiah on 28 Dec 2009 at 9:07