We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccc318a + 9799404 commit 3f62018Copy full SHA for 3f62018
2 files changed
hub/api.rst
@@ -150,6 +150,11 @@ With curl:
150
Get a list of all the datasets
151
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152
153
+.. warning::
154
+
155
+ Do not use the dataset API to write data in production. To push data into Sesam, use either an
156
+ :ref:`HTTP endpoint source <http_endpoint_source>` or the :ref:`JSON Push Protocol <json_push_protocol>`.
157
158
With curl:
159
160
::
hub/json-push.rst
@@ -1,3 +1,5 @@
1
+.. _json_push_protocol:
2
3
==================
4
JSON Push Protocol
5
0 commit comments