team-telnyx / telnyx-dotnet

.NET SDK for the Telnyx API
MIT License
9 stars 9 forks source link

Feature/wireless mobile operator ota updates reporting #19

Closed rajjy1 closed 4 years ago

rajjy1 commented 4 years ago

A lot of the service classes methods need to be renamed so that they don't match the interfaces method calls so that its not a recursive call that blows up the tests. Either that or stop use the interfaces as in IRetrievable, IDeleteable, IListable etc.

done.

rajjy1 commented 4 years ago

Build still failing on GEThttps://api.telnyx.com/v2/ota_updates/{id}. I did troubleshooting and checked a few times. It seems right. Seems to be problem with the mock. Please verify. @eoghantelnyx @thedonmon

Attached is the screenshot of the mock. image

thedonmon commented 4 years ago

Build still failing on GEThttps://api.telnyx.com/v2/ota_updates/{id}. I did troubleshooting and checked a few times. It seems right. Seems to be problem with the mock. Please verify. @eoghantelnyx @thedonmon

Attached is the screenshot of the mock. image

This is confirmed a mock issue. I skipped the tests for now until the mock is resolved.