carpedm20/between

Get uploaded image lists

Open

#1 opened on May 6, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (4 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (39 stars)
PR merge metrics
 (PR metrics pending)

Description

Need to complete https://github.com/carpedm20/between/blob/master/between/client.py#L325

I don't know how to send a GET request in python like

$.ajax({      
    type:"GET",  
    url:"http://stackoverflow.com/byFileType",      
    data: {"range":{"limit":64},"file_types":["FT_IMAGE","FT_VOUCHER"]}

}); 

which contains list of parameters.

Contributor guide