jadolg / outline-vpn-api

A Python API wrapper for Outline VPN https://getoutline.org/
MIT License
123 stars 32 forks source link

The api returns the key id as a string #22

Closed devmitrandir closed 1 year ago

devmitrandir commented 1 year ago

Hello. Thanks for the lib.

The api returns the key id as a string. Need to cast to int or use str type for key_id.

image

image

image

jadolg commented 1 year ago

Nice catch. I'll use str same as the API is returning.