API 2.0?

API 2.0?

in API Development

Posted by: Nando.5734

Nando.5734

Looks like all the posts about API development have been dormant for months. I seem to recall reading months back that the APIs were being reworked. Any word on v2 progress or potential release/testing availability?

API 2.0?

in API Development

Posted by: quenoz.3859

quenoz.3859

The Unlikely Plan [TUP] Raid Leader

API 2.0?

in API Development

Posted by: Nando.5734

Nando.5734

So, no updates in 3 months then.

API 2.0?

in API Development

Posted by: Stefan Larimore.6872

Stefan Larimore.6872

Programmer

Hi all. Yes, we are still working on the v2 APIs. It has been a little bit slow going for me due to having been pulled aside for higher priority items over the last few months. But progress is being made.

API 2.0?

in API Development

Posted by: Killer Rhino.6794

Killer Rhino.6794

Hi all. Yes, we are still working on the v2 APIs. It has been a little bit slow going for me due to having been pulled aside for higher priority items over the last few months. But progress is being made.

Thanks for the update, Stefan.

Creator of GW2Kit

API 2.0?

in API Development

Posted by: StevenL.3761

StevenL.3761

Hi all. Yes, we are still working on the v2 APIs. It has been a little bit slow going for me due to having been pulled aside for higher priority items over the last few months. But progress is being made.

Is there any chance you’d let us help speed things up? I’ve been working with the API almost every day over the last few months, and I’m sure there are others like me. We know exactly what we want, and we’d love to implement it ourselves if given the opportunity. I’m thinking you could make parts of your SDK publicly available, just enough for us to try and reduce the backlog for v2 and submit the results as patches.

API 2.0?

in API Development

Posted by: Helari.2416

Helari.2416

Or maybe you can give us a slight preview of your plans about the API’s evolution so that all the developers we are can begin to think about new tools and functionnalities for the existing tools ?

That would be very nice

API 2.0?

in API Development

Posted by: smiley.1438

smiley.1438

What about a GitHub repo so that we can discuss over there and eventually send pull requests?

API 2.0?

in API Development

Posted by: smiley.1438

smiley.1438

Shhh, i think there’s something coming our way: https://api.guildwars2.com/v2

/me hides

API 2.0?

in API Development

Posted by: Tom Deluxe.9105

Tom Deluxe.9105

Shhh, i think there’s something coming our way: https://api.guildwars2.com/v2

/me hides

A dev gave some insights in reddit: http://www.reddit.com/r/Guildwars2/comments/28bhht/api_v2_release_imminent/

Tivac

v2 API doesn’t add much over v1, mostly cleans things up & adds TP listings and exchange rates. We’ll see about building out more later.

Tivac

They’re all built, though /v2/characters and /v2/accounts aren’t going to be ready for a while.
Planning on enabling the rest “soon”, once the /v1 APIs going against the new backend have stabilized.

Tivac

You mean a way to authenticate and then view just your listings? Don’t know, we would need to solve a few other issues first.

About the worlds and world_names APIs that are not working properly:

Tivac

The new API interface uses the same backing servers for the data source, so no updates on that sorry. I’ll bug the programmer who owns that and see if he has any time to investigate.

API 2.0?

in API Development

Posted by: StevenL.3761

StevenL.3761

Well, I already implemented the details that we know about by reading over the /v2 txt document. But what about response objects? When will we know how responses are serialized?

API 2.0?

in API Development

Posted by: smiley.1438

smiley.1438

“When it’s done.”™

API 2.0?

in API Development

Posted by: sixshot.5798

sixshot.5798

Skimmed thru the linked reddit page. Saw that someone has already asked about the idea of querying one’s buy/sell orders. It may be an unknown for now but here’s to hoping that the v2 API will expand on it. I guess for the time being, we’ll have to settle for price queries. I await the day when I can load up an app and check on my buy/sell offers w/o having to jump in-game.

http://bit.ly/1hswOLL (GW2 Boss Schedule)

API 2.0?

in API Development

Posted by: StevenL.3761

StevenL.3761

Neither /v2/commerce/exchange nor /v2/commerce/listings recognize HTTP POST requests. This is a clear indicator that these will be read-only APIs. So nothing that you couldn’t already do using unofficial APIs.