Get uploaded image lists
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 39
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
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
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.