Cosmic.6047:

With the new WvW maps coming are there any API changes ?
It would be nice to change existing applications ahead of time.

Lawton Campbell.8517:

Not sure, been flailing around trying to get the authenticated APIs out and working. If there are any changes, we’ll post them in the CDI Github Repo with a “Breaking Change” tag.

I suspect that we’ll be adding more stuff to /v2/wvw/objectives and put map IDs or something into /v2/wvw/matches so you can display the correct map (EDIT: err, maybe s/v2/v1/; I am posting pre-coffee)

Nabrok.9023:

Bloodlust doesn’t appear to be a part of the new map? So I guess that part would not be useful anymore … at least until we see how you plan on reusing alpine.

Honestly, I’m not looking forward to grabbing the icons (I still haven’t updated mine from the old blue color) and figuring out co-ordinates for all the objectives again. Any chance that stuff could at least be documented, if not part of the API itself?

Although I have been considering dropping the actual map and going for a more abstract display that clearly shows supply lines.

Oh … as sentries are gonna get a buff and become more important, any chance those could be added to the API?

Lawton Campbell.8517:

Bloodlust doesn’t appear to be a part of the new map? So I guess that part would not be useful anymore … at least until we see how you plan on reusing alpine.

You know as much as I do at this point, I’ve read on reddit there’ll be some kind of rotation? So it makes sense to ensure that the format works for both the new and old maps.

The new map has some kind of timed event thing; it’d be really nice to include the timer in the response as well so the countdown could be displayed.

Honestly, I’m not looking forward to grabbing the icons (I still haven’t updated mine from the old blue color) and figuring out co-ordinates for all the objectives again. Any chance that stuff could at least be documented, if not part of the API itself?

I want the objective coordinates to one day be in the API. I really want to gut how the WvW endpoints work and make the /v2/wvw endpoints much more usable, but the authenticated endpoints are currently eating up all my time.

Oh … as sentries are gonna get a buff and become more important, any chance those could be added to the API?

IMO the sentry status would be really nice to see, whether or not they get a buff.

Nabrok.9023:

Bloodlust doesn’t appear to be a part of the new map? So I guess that part would not be useful anymore … at least until we see how you plan on reusing alpine.

You know as much as I do at this point, I’ve read on reddit there’ll be some kind of rotation? So it makes sense to ensure that the format works for both the new and old maps.

Hah, that’s kind of funny. I think the most recent info is that it will replace alpine completely with alpine coming back for tournaments in some capacity.

The new map has some kind of timed event thing; it’d be really nice to include the timer in the response as well so the countdown could be displayed.

While we’re talking about timers … how about the time of the next score tick?

I want the objective coordinates to one day be in the API. I really want to gut how the WvW endpoints work and make the /v2/wvw endpoints much more usable, but the authenticated endpoints are currently eating up all my time.

That would be great, but I agree that the authenticated endpoints are more important. I unleashed my app on the world today and it seems to have been well received. If you happen to play on TC you’ll see it in action if you use the server voice comms.

Looking forward to the guild list being added, there’s some cool stuff I could do with that.

Lawton Campbell.8517:

While we’re talking about timers … how about the time of the next score tick?

Yeah, that’d be really useful too.

I really need to sit down and draft an initial proposal for the /v2/wvw endpoints.

That would be great, but I agree that the authenticated endpoints are more important. I unleashed my app on the world today and it seems to have been well received. If you happen to play on TC you’ll see it in action if you use the server voice comms.

That is awesome. Are you guys using Mumble or TS?

Cosmic.6047:

All the objectives should have a time stamp when the last ownership change occurred.

Nabrok.9023:

While we’re talking about timers … how about the time of the next score tick?

Yeah, that’d be really useful too.

I really need to sit down and draft an initial proposal for the /v2/wvw endpoints.

That would be great, but I agree that the authenticated endpoints are more important. I unleashed my app on the world today and it seems to have been well received. If you happen to play on TC you’ll see it in action if you use the server voice comms.

That is awesome. Are you guys using Mumble or TS?

Mumble. We have a bot that sends a text message when an unregistered user logs in with a link to a website. When they click the link it checks a couple things like their username is formatted correctly and gives a landing page with a brief description.

They click a button there to authenticate, and if they’re on TC the mumble bot is sent a signal and register the person.

Unfortunately, at the moment the bot host is having some connectivity issues with the mumble server. Typical … the bots been running for months (it does other stuff as well) with no problems.