Jump to content
  • Sign Up

andrewfam.5980

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by andrewfam.5980

  1. I'm trying to do the same thing. Unfortunately, that's all we got. Either the devs didn't see that's important or they might overlook it. About the unlimited salvage kit and the normal one, I guess you have to use their names to make a distinction.
  2. As it stands right now, we can do /v2/characters?ids=all to get all characters' information of an account in one shot. Is it possible to include the equipment tabs too?So we don't have to circle back and parse them again by the individual character. That will save us time tremendously. Before I could read all 5 accounts in about one minute and 30 seconds. After I added the equipment tabs implementation, It read 10 times as long.Parsing the infos was not the problem. The issue was send/receive the request. It took a lot longer to do /v2/characters/character name/equipmenttabs?tabs=all for some reason.
×
×
  • Create New...