get_obj: get_obj

Description Usage Arguments

View source: R/get_obj.R

Description

This function is a simple wrapper of leancloud RESTful API to retrieve a value or a object from leancloud database.

Usage

1
get_obj(web, query, ID, KEY, returnjs = T)

Arguments

web

Character. Your leancloud database RESTFUL API. You can find it in leancloud website-console-setting-app keys

query

Character. The name of the object that you want to retrieve

ID

AppID. Character. You can find it in leancloud website-console-setting-app keys

KEY

AppKey. Character. You can find it in leancloud website-console-setting-app keys

returnjs

Boolean.This paradigm indicate whether return a js_data object for further data extraction


KiayangQ/RleanC documentation built on Feb. 28, 2020, 12:20 a.m.