chrismoulton / otterapi

Automatically exported from code.google.com/p/otterapi
1 stars 1 forks source link

Wiki lists incorrect default value for the 'window' parameter of the search resource #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/otterapi/wiki/Resources#/search

"Time window for results. (default: json"

The description of the "window" parameter could be improved like this:

<<
Time window for results. (default: dynamic)
Options:
* h - last hour
* hN - last N hours
* d, dN - last (N) day(s)
* w, wN - last (N) week(s)
* m, mN - lsat (N) month(s)
* a - all time
* dynamic - will pick the most relevant window. Possible responses are 1-23 
hours or 1-100 days. For example: h6 or d10.
* auto (DEPRECATED) - automatically pick the most relevant window. This will 
return one of the standard h,d,w,m,a window values.
>>

Original issue reported on code.google.com by ddascale...@gmail.com on 26 Nov 2011 at 9:21

GoogleCodeExporter commented 8 years ago
Thanks! We have removed the 'default: json' in the documentation.

Original comment by vanessa....@gmail.com on 28 Nov 2011 at 10:24

GoogleCodeExporter commented 8 years ago

Original comment by vanessa....@gmail.com on 28 Nov 2011 at 10:27