Is Corona-Cloud-Clore The Rest Api Wrapper?

I’m a little bit confused from Walter’s post about the state of the Corona client side integration.  I’m anxious to check out Corona Cloud but I also don’t want to do a bunch of work that you’re about to make a bunch easier.  Specifically - 

“We’re also working on a nice wrapper library that takes care of handling the network logic around the lower-level REST API calls to our cloud. More on both very soon.”

I also saw a reference to this elsewhere:

https://github.com/coronalabs/corona-cloud-core

is that the wrapper?  If we don’t have an URGENT need for corona cloud are we best off waiting til that’s done?

Corona Cloud  is a REST based Web API.  If you want to, you could implement the entire thing with JavaScript on a website, using network.request() with Corona, or have PHP make cURL calls.

But because as Corona SDK programers, we want functions to make Lua calls, we have put together a file that you can include in your app that can be gotten from the github link you posted.  This lua file provides you Lua functions that do all of the network.request() bits for you.

Corona Cloud  is a REST based Web API.  If you want to, you could implement the entire thing with JavaScript on a website, using network.request() with Corona, or have PHP make cURL calls.

But because as Corona SDK programers, we want functions to make Lua calls, we have put together a file that you can include in your app that can be gotten from the github link you posted.  This lua file provides you Lua functions that do all of the network.request() bits for you.