sftpgo-client icon indicating copy to clipboard operation
sftpgo-client copied to clipboard

None type returned for http response code != 200

Open jpjoux opened this issue 2 years ago • 4 comments

Hello @ramnes

Is it normal that http code != 200 return a None object ? result = client.delete_user(username=user.username)

result is

  • type ApiResponse for http response 200
  • None for other http code

Fund with Polar

jpjoux avatar Jun 29 '22 16:06 jpjoux