[Inpycon] Web API for junction

Aniket Maithani maithani.aniket at gmail.com
Fri Jul 1 04:00:10 EDT 2016


Well I guess there are four endpoints w.r.t to API's as I can see in
urls.py .

-----

url(r'^api/v1/devices/$', DeviceListApiView.as_view(), name='device-list'),
url(r'^api/v1/devices/(?P<_uuid>[\w-]+)/$', DeviceDetailApiView.as_view(),
name='device-detail'),
# Feedback
url('^api/v1/feedback_questions/$',
FeedbackQuestionListApiView.as_view(),
name='feedback-questions-list'),
url('^api/v1/feedback/$',
FeedbackListApiView.as_view(),
name='feedback-list'),

On Fri, Jul 1, 2016 at 1:27 PM, Jaidev Deshpande <deshpande.jaidev at gmail.com
> wrote:

>
>
> On Fri, 1 Jul 2016 at 13:14 Saurabh Kumar <thes.kumar at gmail.com> wrote:
>
>> Hi Jaidev,
>>
>> ​Yes, there is an api that was used to display data on android and ios
>> apps last year.
>>
>> It's not quite well documented and ​most likely you won't be able to get
>> all the information that you need. Best place to look what's available is
>> the source code as of now and would be great if while doing it, someone
>> prepares a doc out of it.
>>
>
> Okay, I'm looking at this right now:
> https://github.com/pythonindia/junction/tree/master/junction
>
> Sorry for being lazy, but this is all pretty alien to me. What's the best
> way to start looking for the API?
>
>
>>
>> @krace thoughts?
>>
>> Cheers,
>>
>> ​--​
>> *​*Saurabh Kumar
>> https://saurabh-kumar.com
>>
>>
> Thanks again,
>
>
>>
>> On Fri, Jul 1, 2016 at 12:05 PM, Jaidev Deshpande <
>> deshpande.jaidev at gmail.com> wrote:
>>
>>> Hi,
>>>
>>> Out of curiosity, does in.pycon.org/cfp/ have a REST API which will
>>> allow me to take a dump of all proposals and their related data? If so,
>>> where can I find how to use it?
>>>
>>> I think I can do this using BeautifulSoup or scrapy or some such tool,
>>> but it would be great if there's an API.
>>>
>>> Thanks!
>>>
>>>
>>> _______________________________________________
>>> Inpycon mailing list
>>> Inpycon at python.org
>>> https://mail.python.org/mailman/listinfo/inpycon
>>>
>>>
>> _______________________________________________
>> Inpycon mailing list
>> Inpycon at python.org
>> https://mail.python.org/mailman/listinfo/inpycon
>>
>
> _______________________________________________
> Inpycon mailing list
> Inpycon at python.org
> https://mail.python.org/mailman/listinfo/inpycon
>
>


-- 
Aniket Maithani
www.aniketmaithani.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/inpycon/attachments/20160701/d3398eca/attachment.html>


More information about the Inpycon mailing list