From 00a38f2a4aaad7f8976d7bc728cf490d50c6dd66 Mon Sep 17 00:00:00 2001 From: josuebrunel Date: Tue, 28 Apr 2015 15:48:55 +0200 Subject: [PATCH] #1 Inputs Doc OK --- docs/table.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/table.md b/docs/table.md index 945496e..e63cd28 100644 --- a/docs/table.md +++ b/docs/table.md @@ -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