You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`apiKey (const char*)` - [API key](http://panel.slicingdice.com/docs/#api-details-api-connection-api-keys) to authenticate requests with the SlicingDice API.
80
-
*`production(boolean)` - If true the client will send requests to production end-point, otherwise to tests end-point
80
+
*`production(boolean)` - If true the client will send requests to production end-point, otherwise to tests end-point.
*`apiKey (const char*)` - [API key](http://panel.slicingdice.com/docs/#api-details-api-connection-api-keys) to authenticate requests with the SlicingDice API.
@@ -92,7 +92,7 @@ Whether you want to test the client installation or simply check more examples o
92
92
*`apiKey (const char*)` - [API key](http://panel.slicingdice.com/docs/#api-details-api-connection-api-keys) to authenticate requests with the SlicingDice API.
93
93
*`host (const char*)` - [Connection endpoint](http://panel.slicingdice.com/docs/#api-details-api-connection-connection-endpoints) to use when generating requests to SlicingDice.
94
94
*`port (int)` - Port to connect to when generating requests. Particularly useful when connect to `http://localhost`.
95
-
*`production(boolean)` - If true the client will send requests to production end-point, otherwise to tests end-point
95
+
*`production(boolean)` - If true the client will send requests to production end-point, otherwise to tests end-point.
96
96
97
97
### `void index(JsonObject& query)`
98
98
Index data to existing entities or create new entities, if necessary. This method corresponds to a [POST request at /index](http://panel.slicingdice.com/docs/#api-details-api-endpoints-post-index).
0 commit comments