Showing Posts For McVillano.9256:

Java access to the api

in API Development

Posted by: McVillano.9256

McVillano.9256

Don’t worry varonth i wiil find it, and don’t worry either because the version of the api RC0.2 for you i have readed and place it in the eclipse but for now i only need the rc0.1 methods for having jsonobjects and arrays. it´s just that i dont like red signs at mi code jajajajajja

Java access to the api

in API Development

Posted by: McVillano.9256

McVillano.9256

I´ve created a mini app that creates a localldb over derby (its included on jdk) that takes all event status in the game and the name of the events wordls and maps in other tables.
i’ve used the varonth first api if someone wants it i can post it somwere.

@Varonth.5830 where can i find sun.misc.BASE64Encoder packAge?

Java access to the api

in API Development

Posted by: McVillano.9256

McVillano.9256

Hello again Varonth, the problem was that the string in the return sentence was:
new URL jGW2API.Standard_URL+jGW2API.API_Version+"wvw/match_details.?match_id=“id
and it has to be:
new URL jGW2API.Standard_URL
jGW2API.API_Version+”wvw/match_details.json?match_id="+id
It was only a misspell, sorry for warning

Java access to the api

in API Development

Posted by: McVillano.9256

McVillano.9256

Varonth i have being using your api and i have problems with wWwmastchDetails
the problem come from the last return of the method the code is return null, and when you call WwWMatchDetails(string id) you call, and the url that you get is …..?match=2-2null , then you cannot acces the url because null is extra.
I will try to change null for return void, i tell what happen

Java access to the api

in API Development

Posted by: McVillano.9256

McVillano.9256

Would be posible to have acces to the project?
I want to learn from it and colaborate if possible

How Often I can Access the api

in API Development

Posted by: McVillano.9256

McVillano.9256

I’m wondering how often i can program my api access
every second, every milisecond¿?…

GW2Kit: An Obj-C framework for iOS & OS X

in API Development

Posted by: McVillano.9256

McVillano.9256

Hello mate, thank you for your effort, could be possible to do a little bit of documentation of the functions or examples in aplications.
I´m new at xcode.