Skip to content

Commit

Permalink
#1 Inputs Doc OK
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Apr 28, 2015
1 parent fdb05b4 commit 00a38f2
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,22 @@ Save the table as a *xml file* with Table Object name if *name* is not provided.
## Inputs
There are 3 kind of *inputs* as described in the [documentation](https://developer.yahoo.com/yql/guide/yql-opentables-reference.html#yql-opentables-key) :

* _key_ representing by _InputKey_
* _map_ representing by _InputMap_
* _value_ representing by _InputValue_
* ***key***
* ***map***
* ***value***

### **Definition**
### **Definitions**

* #### *InputKey(id, type, paramType, like='', required=False, default='', private=False, const=False, batchable=False, maxBatchItems=0)*

* #### *InputValue(id, type, paramType, like='', required=False, default='', private=False, const=False, batchable=False, maxBatchItems=0)*

* #### *InputMap(id, type, paramType, like='', required=False, default='', private=False, const=False, batchable=False, maxBatchItems=0)*

All of those objects are based on ***BaseInput***.

### **Methods**
No methods defined

## Paging

Expand Down

0 comments on commit 00a38f2

Please sign in to comment.