parley-messaging / ios-library

Parley iOS app library
MIT License
2 stars 2 forks source link

Correct seperation of `ParleyNetworkSession` #78

Closed mat1th closed 6 months ago

mat1th commented 6 months ago

As discussed in https://github.com/parley-messaging/ios-library/issues/77 fixed the for the flowing issues:

alexkok commented 6 months ago

(your spec of the API does not include JSON but the requests do work https://api.parley.nu/clientApi/v1.8/doc/#operation/PostMessages)

Yeah correct, we've already send that as feedback to update the docs 👍

Just to verify: This also fully resolves the wanted implementation way for resolving #77 ?

Anyway, these changes look good! We will test these changes tomorrow and proceed to releasing 🚀

mat1th commented 6 months ago

Good to hear that the docs will be updated. Yes, this fixes the issues described in #77.

alexkok commented 6 months ago

Thanks! Released in 4.0.1 🚀

mat1th commented 6 months ago

Thank you for releasing!