Param: Get the information of the APIfunction

Description Usage Arguments Details Value Author(s) Examples

Description

Get the information of the APIfunction which created by APIstore

Usage

1
2
3
4
5
Param(object)
intro(object)
info(object)
link(object)
origin(object)

Arguments

object

an APIfunction object created by e.g. APIstore

Details

Param show the Parameter information of the function.

intro show the Introduction information of the function. info show the information of function return . link show the link of the function. origin show the origin of the function.

Value

the information of the Object

Author(s)

Chiffon <http://chiffon.gitcafe.io>

Examples

1
2
3
4
5
6
function440 = APIStore(440)
Param(function440)
intro(function440)
info(function440)
link(function440)
origin(function440)

Lchiffon/APItools documentation built on May 8, 2019, 11:20 p.m.