Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubHubus authored Apr 8, 2019
1 parent 34e85d0 commit a65cc29
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,52 +137,52 @@ Following API examples are shown based on the sample JSON data given [here](exam

**List of API:**

* [at](#atpath)
* [avg](#avgproperty)
* [chunk](#chunk)
* [collect](#collect)
* [column](#column)
* [copy](#copy)
* [count](#count)
* [each](#each)
* [except](#except)
* [exists](#exists)
* [fetch](#fetch)
* [filter](#filter)
* [find](#findpath)
* [at](#atpath)
* [first](#first)
* [from](#frompath)
* [select](#select)
* [except](#except)
* [then](#then)
* [collect](#collect)
* [json](#json)
* [groupBy](#groupbyproperty)
* [implode](#implode)
* [import](#import)
* [where](#wherekey-op-val)
* [orWhere](#orwherekey-op-val)
* [whereIn](#whereinkey-val)
* [whereNotIn](#wherenotinkey-val)
* [whereNull](#wherenullkey)
* [whereNotNull](#wherenotnullkey)
* [whereStartsWith](#wherestartswithkey-val)
* [whereEndsWith](#whereendswithkey-val)
* [whereContains](#wherecontainskey-val)
* [whereMatch](#wherematch-val)
* [sum](#sumproperty)
* [count](#count)
* [size](#size)
* [json](#json)
* [keys](#keys)
* [last](#last)
* [macro](#macro)
* [max](#maxproperty)
* [min](#minproperty)
* [avg](#avgproperty)
* [first](#first)
* [last](#last)
* [nth](#nthindex)
* [column](#column)
* [implode](#implode)
* [exists](#exists)
* [groupBy](#groupbyproperty)
* [orWhere](#orwherekey-op-val)
* [pipe](#pipe)
* [reset](#resetdata)
* [select](#select)
* [size](#size)
* [sort](#sortorder)
* [sortBy](#sortbyproperty-order)
* [reset](#resetdata)
* [copy](#copy)
* [sum](#sumproperty)
* [then](#then)
* [toJson](#tojson)
* [keys](#keys)
* [values](#values)
* [filter](#filter)
* [transform](#transform)
* [each](#each)
* [pipe](#pipe)
* [chunk](#chunk)
* [macro](#macro)
* [values](#values)
* [where](#wherekey-op-val)
* [whereContains](#wherecontainskey-val)
* [whereEndsWith](#whereendswithkey-val)
* [whereIn](#whereinkey-val)
* [whereMatch](#wherematch-val)
* [whereNotIn](#wherenotinkey-val)
* [whereNull](#wherenullkey)
* [whereNotNull](#wherenotnullkey)
* [whereStartsWith](#wherestartswithkey-val)

### `fetch()`

Expand Down

0 comments on commit a65cc29

Please sign in to comment.