summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:22:00 +0000
committerfox <[email protected]>2019-02-26 05:22:00 +0000
commit0861af78c258f4a9bce05807c1510f7dbe736ad7 (patch)
tree9681229581986de070225c256f97193336ee9ad5
parente1b4c04acc7ee3978e7c29e7c418b52e177a86ab (diff)
Update page 'ApiReference'
-rw-r--r--ApiReference.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/ApiReference.md b/ApiReference.md
index d359c96..3db2257 100644
--- a/ApiReference.md
+++ b/ApiReference.md
@@ -1,16 +1,9 @@
# JSON API Reference
-
-Supported since version:1.4.0.
-
-The API is pluggable, plugins can use host
-<code>add\_api\_method()</code> to add custom API calls (see
-<code>classes/pluginhost.php</code> for details).
+API is pluggable, plugins can use host <code>add\_api\_method()</code> to add custom API calls (see <code>classes/pluginhost.php</code> for details).
## Summary
-The API is stateful. You need to login and maintain a session ID to
-perform further operations. Session ID should be specified using JSON
-parameter **sid**. I.e.
+API is stateful. You need to login and maintain a session ID to perform further operations. Session ID should be specified using JSON parameter **sid**. I.e.
```bash
curl -d '{"sid":"your-session-id","op":"getVersion"}' http://example.dom/tt-rss/api/