ibm-bluemix-mobile-services / bms-clientsdk-swift-core

Bluemix Mobile Services Core SDK
Apache License 2.0
8 stars 12 forks source link

Change BMSURLSession from a struct to a class #36

Open AnthonyOliveri opened 6 years ago

AnthonyOliveri commented 6 years ago

It makes more sense as a class anyway, especially since the native URLSession type that it replicates is also a class.

This will require a new major version release.