Handle<Value> TiProxy::_getApiName(void*userContext)
{
	HandleScope scope;
	TiProxy *proxy = (TiProxy*)userContext;


	return scope.Close(String::New(proxy->getApiName()));
}