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

Python client (sync + async) for the SFTPGo API

Results 1 sftpgo-client issues
Sort by recently updated
recently updated
newest added

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...