podio / podio-dotnet

Podio .NET client
MIT License
19 stars 39 forks source link

Podio notification throws exception when reading notification_id from json #54

Open JowiSoft opened 5 years ago

JowiSoft commented 5 years ago

I am trying to get notifications from using podiodotnet API but get error messages. The issue is that the notification model declared notification_id as integer instead of long and throws exception when reading podios notification_id which is a long. The most recent API hasn't fixed this issues, i tried adjusting the api on their repo but wasn't successful. Please do anyone have a fix to this or a link reference that could help. Thanks.