-
Notifications
You must be signed in to change notification settings - Fork 49
Simple Search API
Mike Blackstock edited this page Mar 3, 2018
·
4 revisions
This page describes a proposed flow-library query API.
Search for nodes and flow gists that match query parameters
The following query parameters are supported.
Parameter | Type | Description | Default Value |
---|---|---|---|
term | string | text to search for in name, description and other fields | (empty) |
page | integer | page to show (starting with page 1) | 1 |
per_page | integer | number of things to show per page | 18 |
view | full|summary|counts | return all information, only summary information, only total and count that match query | full |
type | flow|node|all | show flows or nodes | all |
sort | recent|rating|downloads | sort in descending order by recently added, user rating, and weekly downloads | recent |