Devpi REST API - How to retrieve versions of packages

527 Views Asked by At

I'm trying to retrieve versions of all packages from specific index. I'm trying to sending GET request with /user/index/+api suffix but it not responding nothing intresting. I can't find docs about devpi rest api.

Has anyone idea how could I do this?

1

There are 1 best solutions below

0
user3025978 On BEST ANSWER

Simply add header Accept: application/json - it's working!