Showing Posts For stress level zero.4907:

Question about guild members endpoint

in API Development

Posted by: stress level zero.4907

stress level zero.4907

fyi https://gw2armory.com has authenticated guild pages if the guild leader has joined the armory.

it’s open source and ripe for pull requests over at github: https://github.com/madou/armory-react

if you have any good authenticated guild ideas maybe swing by and we can talk?

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Character build endpoint update time

in API Development

Posted by: stress level zero.4907

stress level zero.4907

> Sorry, that makes this not really viable for sharing builds in a timely manner.

If you use the internal gw2tool link, it is reliable (ie [http://gw2tool.net/fr/kqugPog2xf/gw2skills-pve/Tao Belix] – edit sry I don’t know how to make a link with a space on this forum). It will automaticaly redirect to the gw2skills.net website

> “As a player with an input api key I want to immediately see players in my party/squad to check character data”

Absolutely not possible at the moment. And I guess it won’t be possible for a long time.

> “As a user I want to upload my API key and make my character data public”

Doable through gw2tool.net. Arenanet does not directly provide this sort of tool.
Other fan sites can do that too (more or less usefull/secure) : gw2efficiency, gw2armory.

> “As a commander I want to search a person’s character name, and view their build information”

It could not be done without the person authorization, gw2tool.net does not allow that. gw2tool.net is only a “personal” gw2 api browser, not a social / game database.
gw2efficiency and gw2armory allow these kind of features (more or less).
Personal opinion : gw2armory is not enough secure. I got some informations about people I should not be able to see. gw2tool.net is the more secure of these tool.

What information are you seeing that you don’t think you should be able to?

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Guild Wars 2 Embeds | Powered by GW2Armory

in Community Creations

Posted by: stress level zero.4907

stress level zero.4907

Hi there!

GW2Armory now supports rich embeds, currently being used on qtfy.eu and being implemented on metabattle.com and a few other sites.

Have you ever wanted to show items, skills, amulets, specializations, or even your characters from GW2Armory on your websites? Well now you can!

Go check out the embed example page!

If you have any questions please ask, also if you find any issues or features you’d like to have for the embeds go check out the github repository!

Cheers,
madou

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Guild Wars 2 Embeds | Powered by GW2Armory

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Hi there!

GW2Armory now supports rich embeds, currently being used on qtfy.eu and being implemented on metabattle.com and a few other sites.

Have you ever wanted to show items, skills, amulets, specializations, or even your characters from GW2Armory on your websites? Well now you can!

Go check out the embed example page!

If you have any questions please ask, also if you find any issues or features you’d like to have for the embeds go check out the github repository!

Cheers,
madou

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Viewing both NA&EU Leaderboards

in PvP

Posted by: stress level zero.4907

stress level zero.4907

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Viewing both NA&EU Leaderboards

in PvP

Posted by: stress level zero.4907

stress level zero.4907

Consider it done ;-)

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Viewing both NA&EU Leaderboards

in PvP

Posted by: stress level zero.4907

stress level zero.4907

You can see both of them in a nice format here :
https://gw2armory.com/leaderboards/pvp/na

However, this leaderboard doesn’t show the number of wins/losses. Only the account name and their skill rating.

Hey! Developer of gw2armory here. Is wins/losses something that you guys would like to see on the ladder?

:)

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

API For leaderboards

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Great, time to improve the guild wars 2 armory’s leaderboard

:smirk:

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Gw2 Api health check?

in API Development

Posted by: stress level zero.4907

stress level zero.4907

So I was thinking after the last api outage – wouldn’t it be nice if we had a healthcheck endpoint for the api?

Does one already exist? What do you use to determine the health of your api?

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

GuildWars2Armory | Character image uploads!

in Community Creations

Posted by: stress level zero.4907

stress level zero.4907

Hey! Haven’t posted here in a while.

Guild Wars 2 Armory has been updated – the UI has been remade from the ground up, has a front page, and you can upload avatar and character portraits now!

Check it out:

https://gw2armory.com/madou9
https://gw2armory.com/madou9/c/Mdou
https://gw2armory.com/madou9/c/Blastrn

Tooltip fixes coming next.

Cheers,
madou

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

HEADS UP: /v2/characters temporarily disabled

in API Development

Posted by: stress level zero.4907

stress level zero.4907

No worries, thanks Lawton!

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

HEADS UP: /v2/characters temporarily disabled

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Actually, I think we might have done a server deploy around that time — one of the backend servers the API talks to was timing out over two windows last night. Do you happen to have the error text returned by the server? There’s a lot of reasons a key can be invalid (and they all return unique error strings).

No I don’t have the error message unfortunately (though I’ll add it to the logs now). Do you have a potential list of messages I should target to ensure I remove a token when it has actually been removed by a user in the AN application page?

Also, any reason why it wouldn’t return a 500 for cases like this (can’t reach an internal server, etc)?

As always thanks for the speedy replies.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

HEADS UP: /v2/characters temporarily disabled

in API Development

Posted by: stress level zero.4907

stress level zero.4907

I found and fixed a bug awhile back that would cause issues like that for the first request once/day or so (when the session created for the token would expire). I haven’t personally seen it happening anymore, but let me know if you’re still seeing it and I’ll investigate some more.

Hey Lawton, this happened today.

Received an unexpected 400 response:

http://i.imgur.com/umE1OXw.png

Thoughts?

https://github.com/madou/armory-back/blob/master/gw2-fetch/src/controllers/ping-controller.js#L95

I guess I’ll disable deleting the token for now.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

HEADS UP: /v2/characters temporarily disabled

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Has the false negative bug been fixed where the api would return 40x responses for valid tokens on the characters endpoint?

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Guild Wars 2 Armory

in Community Creations

Posted by: stress level zero.4907

stress level zero.4907

Hi there.

https://preview.gw2armory.com/#!/madou9/characters/Blastrn

Started working on this again, finally fixed the bug where user gw2api tokens would delete themselves after a short while.

Have a look, always happy to hear feedback.

Pvp/wvw stats coming soon.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Guild Wars 2 Armory

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Hi there.

https://preview.gw2armory.com/#!/madou9/characters/Blastrn

Started working on this again, finally fixed the bug where user gw2api tokens would delete themselves after a short while.

Have a look, always happy to hear feedback.

Pvp/wvw stats coming soon.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Guild Chat API

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Lawton the man.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Will you prepurchase next expansion?

in Guild Wars 2: Heart of Thorns

Posted by: stress level zero.4907

stress level zero.4907

To be honest probably not. The exchange rate currently with usd → aud is atrocious.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Gw2 changed

in Guild Wars 2 Discussion

Posted by: stress level zero.4907

stress level zero.4907

Realistically it shouldn’t matter if gw2 borrows ideas from other games (or vice versa). If they’re good ideas that promote fun and replay-ability it just makes sense to have them.

Here’s looking forward to more raids in the future :-).

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

New endpoints: achievements

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Lawton,

Can you confirm that the appropriate achievements have associated icons with them? I haven’t had an indepth look yet but from the few I looked at none had icons populated.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

Let players influence the map

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Hey dude,

This forum isn’t really for game suggestions, it’s used for developers to interact with the api’s ArenaNets webdev team have created/are creating.

Maybe make a post in general chat? https://forum-en.gw2archive.eu/forum/game/gw2

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

Guild Wars 2 Armory - guild pages!

in Community Creations

Posted by: stress level zero.4907

stress level zero.4907

Hey there!

Small update.

Guild pages have been introduced, check out Ultra Lux!

A while back sharing was also been enabled. Check out my account, and my reaper Cyberplus!

Many things to come, stay tuned.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

Any projects out there open to contributors?

in API Development

Posted by: stress level zero.4907

stress level zero.4907

http://beta.gw2armory.com

https://github.com/madou/gw2armory.com
https://github.com/madou/api.gw2armory.com

Work in progress, message me if you’re interested. Taking a short break from developing atm though to play HoT ;-).

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

gw2armory preview

in Community Creations

Posted by: stress level zero.4907

stress level zero.4907

Hey there,

I’ve been making an armory for fun. Check it out:
beta.gw2armory.com

Or if you want to jump straight to a character:
beta.gw2armory.com/#!/madou/characters/Blastrn

There is more coming, this is just the start! It will be moving over to the root domain (gw2armory.com) soon, just need to iron out a few things before I do.

Cheers

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

gw2armory preview

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Hey api community,

I’ve been making an armory for fun. Check it out:
beta.gw2armory.com

Or if you want to jump straight to a character:
beta.gw2armory.com/#!/madou/characters/Blastrn

Not really ready for a wide release, but I figured I’d show you guys first ;-).

There is much more coming, this is just the start.

Cheers.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

Gw2 Attribute Forumla

in Guild Wars 2 Discussion

Posted by: stress level zero.4907

stress level zero.4907

Hi there,

Looking at the wiki (https://wiki.guildwars2.com/wiki/Attribute) and the formula, I’m not getting expected results, assuming the even level only increase starts from level 1.

Has this changed or I’m just reading the table incorrectly?

Also anyone know why the first two brackets are:

1-10
10-21

Instead of:

1-11
11-21

If anyone can enlighten I’d appreciate it. Cheers.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

New endpoints: pvp and char specializations

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Cool, thanks Lawton.

(You’re took fast! I can only work so fast :-)).

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

Api Caching

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Alright no problem.

Any chance of a post being made of your current api road map for the next few months?

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Api Caching

in API Development

Posted by: stress level zero.4907

stress level zero.4907

.. so it’s a bit tricky to tell when it’ll be workable.

Any chance for updating the character api to include details such as height, face details, skin colour, clothing colour, etc? Perhaps if we had easy access to this data someone in the community could try and hack something together with the client.

This is a fairly high priority on my todo list; I think I can have it ready for the patch after the next patch (but no promises; I haven’t figured out where that data’s stored yet).

Lovely.

How big is the api team? Just yourself? You’re doing a good job thanks for the hasty responses.

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

Api Caching

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Fair enough. Would make sense to add it!

On that note, re: the character api. With the character rendering api being on ArenaNets bucket list, is it actually within the realm of possibility any time soon (next few months)?

As well as, what are the chances of adding what current specializations/talents a character has to the character api?

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.

(edited by stress level zero.4907)

Api Caching

in API Development

Posted by: stress level zero.4907

stress level zero.4907

Looking at the response headers there isn’t any cache headers specified (looking at the item/skin apis).

Is there any reason for this? Didn’t want to worry about cache invalidation?

Cheers,
Michael

Guild Wars 2 Armory

Find, view, and share user profiles, characters, and guilds on your pc and mobile.