GoogleCloudKit Alpha 3
Pre-release
Pre-release
This release makes the library modular and sets up the package to be flexible in which APIs you use.
for example instead of just importing GoogleCloudKit
and having to compile every API that's implemented, you can specifically import the API you're looking to use
import GoogleCloudKit // Compiles CloudStorage library, PubSub library, etc...
import Storage // Only compiles CloudStorage