-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Tech-improvement: JSON based Wikimedia API #885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I start working on this |
Something to consider as you are working on this -
I have extensive experience with OkHttp & Retrofit (and have done a bit of research on the migration effort) if you have any questions, always happy to help! |
Hi Paul , |
hi, |
@kerenpas - How're things going with this issue? Have you been able to make any progress? |
Hi,
Sorry I been busy and put it aside... I will finish it teal Wednesday
next week, thanks for the reminder!
…On Jan 13, 2018 1:00 AM, "Paul Hawke" ***@***.***> wrote:
@kerenpas <https://github.com/kerenpas> - How're things going with this
issue? Have you been able to make any progress?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#885 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANDonMdPpNhYWi2hqCabuGGnGL7i8i7bks5tJ-QKgaJpZM4PhZ6Z>
.
|
Hi Paul,
I having some problem to test the LogEvens
<https://commons.wikimedia.beta.wmflabs.org/w/api.php?action=help&modules=query%2Blogevents>
API. I need an example for logEvents response that contains the field "
lestart".
All the request that I made do not contain this field here is a link
<https://commons.wikimedia.beta.wmflabs.org/w/api.php?action=query&list=logevents>
to example response.
I just want to make sure that I extract this field from the JSON response
correctly.
Thanks,
Keren
…On Sat, Jan 13, 2018 at 1:50 PM, Keren pastov ***@***.***> wrote:
Hi,
Sorry I been busy and put it aside... I will finish it teal Wednesday
next week, thanks for the reminder!
On Jan 13, 2018 1:00 AM, "Paul Hawke" ***@***.***> wrote:
> @kerenpas <https://github.com/kerenpas> - How're things going with this
> issue? Have you been able to make any progress?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#885 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ANDonMdPpNhYWi2hqCabuGGnGL7i8i7bks5tJ-QKgaJpZM4PhZ6Z>
> .
>
|
Hi Again,
I figure out what was the problem... I have not pass the lestart parm at
the get query string...
Thanks,
Keren
…On Tue, Jan 16, 2018 at 11:34 PM, Keren pastov ***@***.***> wrote:
Hi Paul,
I having some problem to test the LogEvens
<https://commons.wikimedia.beta.wmflabs.org/w/api.php?action=help&modules=query%2Blogevents>
API. I need an example for logEvents response that contains the field "
lestart".
All the request that I made do not contain this field here is a link
<https://commons.wikimedia.beta.wmflabs.org/w/api.php?action=query&list=logevents>
to example response.
I just want to make sure that I extract this field from the JSON response
correctly.
Thanks,
Keren
On Sat, Jan 13, 2018 at 1:50 PM, Keren pastov ***@***.***> wrote:
> Hi,
> Sorry I been busy and put it aside... I will finish it teal Wednesday
> next week, thanks for the reminder!
>
> On Jan 13, 2018 1:00 AM, "Paul Hawke" ***@***.***> wrote:
>
>> @kerenpas <https://github.com/kerenpas> - How're things going with this
>> issue? Have you been able to make any progress?
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>> <#885 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/ANDonMdPpNhYWi2hqCabuGGnGL7i8i7bks5tJ-QKgaJpZM4PhZ6Z>
>> .
>>
>
|
Hi Paul,
I getting Server Error... (Our servers are currently under maintenance or
experiencing a technical problem. Please try again
<https://codebeautify.org/htmlviewer/>in a few minutes.)
I am waiting for this issue to be solved, so I may be late for commit my
code.
Thanks,
Keren
…On Sat, Jan 13, 2018 at 1:50 PM, Keren pastov ***@***.***> wrote:
Hi,
Sorry I been busy and put it aside... I will finish it teal Wednesday
next week, thanks for the reminder!
On Jan 13, 2018 1:00 AM, "Paul Hawke" ***@***.***> wrote:
> @kerenpas <https://github.com/kerenpas> - How're things going with this
> issue? Have you been able to make any progress?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#885 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ANDonMdPpNhYWi2hqCabuGGnGL7i8i7bks5tJ-QKgaJpZM4PhZ6Z>
> .
>
|
This will be handled via #1092 |
Move to the JSON based WIkimedia API as XML is officially deprecated by Wikimedia as a format. We already include OkHttp and GSON in the build, so no new libraries would be needed.
The text was updated successfully, but these errors were encountered: