2

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?

vvvvv
  • 25,404
  • 19
  • 49
  • 81
user3025978
  • 477
  • 2
  • 8
  • 27

1 Answers1

2

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

user3025978
  • 477
  • 2
  • 8
  • 27