From a00d6c86518760fcb17fcef905522dddcb4d50a2 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Wed, 1 Jun 2022 14:23:42 -0400 Subject: [PATCH] Update docs --- Odysee-API/README.md | 9 +++++---- Odysee-API/comments.odysee.com.md | 6 +++--- README.md | 9 +++++---- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Odysee-API/README.md b/Odysee-API/README.md index ef88ea3..0f16ace 100644 --- a/Odysee-API/README.md +++ b/Odysee-API/README.md @@ -2,7 +2,8 @@ Unofficial documentation for the Odysee API. ## Contents -- [api.live.odysee.com](api.live.odysee.com.md) -- [api.odysee.com](api.odysee.com.md) -- [comments.odysee.com](comments.odysee.com.md) -- [lighthouse.odysee.tv](lighthouse.odysee.tv.md) \ No newline at end of file +- [Livestreams (api.live.odysee.com)](api.live.odysee.com.md) +- [Views/sub count (api.odysee.com)](api.odysee.com.md) +- [Comments (comments.odysee.com)](comments.odysee.com.md) +- [Search (lighthouse.odysee.tv)](lighthouse.odysee.tv.md) +- [Featured content (odysee.com)](odysee.com.md) \ No newline at end of file diff --git a/Odysee-API/comments.odysee.com.md b/Odysee-API/comments.odysee.com.md index 0783212..441f77a 100644 --- a/Odysee-API/comments.odysee.com.md +++ b/Odysee-API/comments.odysee.com.md @@ -84,7 +84,7 @@ Create a comment. "claim_id": "2ba7ec34033a42c76468cdfc463943e5de7e364a", "parent_id": "", # Optional, for replies "comment": "l test", - "signature": "lbrynet channel sign --channel_name=@channel --hexdata=hexdata", # hexdata is the hex encoded version of the comment + "signature": "lbrynet channel sign --channel_name=@channel --hexdata=hexdata", # hexdata is the hex encoded version of the comment. TO-DO: Document signing API "signing_ts": "1642638072" } } @@ -129,7 +129,7 @@ Abandon a comment. "channel_name": "@vertbyqb", "claim_id": "2ba7ec34033a42c76468cdfc463943e5de7e364a", "comment_id": "3eb5e2719a0e70d987eef586234e3fafd31eaafca14f9cc14048accf1ba4aef4", - "signature": "lbrynet channel sign --channel_name=@channel --hexdata=hexdata", # hexdata is the hex encoded version of the comment_id + "signature": "lbrynet channel sign --channel_name=@channel --hexdata=hexdata", # hexdata is the hex encoded version of the comment_id. TO-DO: Document signing API "signing_ts": "1642638072" } } @@ -175,7 +175,7 @@ Edit a comment. "comment": "Test", "channel_name": "@MorsMortium", "channel_id": "ebec8cc32a98cfed2902f572bad62c3c0378def2", - "signature": "lbrynet channel sign --channel_name=@channel --hexdata=hexdata", # hexdata is the hex encoded version of the comment + "signature": "lbrynet channel sign --channel_name=@channel --hexdata=hexdata", # hexdata is the hex encoded version of the comment. TO-DO: Document signing API "signing_ts": "1642638072" } } diff --git a/README.md b/README.md index 9c3c158..8687708 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Documentation for Librarian and reverse engineered Odysee API documentation. ## Contents ### Odysee API -- [api.odysee.com](Odysee-API/api.odysee.com.md) -- [api.odysee.live](Odysee-API/api.odysee.live.md) -- [comments.odysee.com](Odysee-API/comments.odysee.com.md) -- [lighthouse.odysee.tv](Odysee-API/lighthouse.odysee.tv.md) \ No newline at end of file +- [Livestreams (api.live.odysee.com)](api.live.odysee.com.md) +- [Views/sub count (api.odysee.com)](api.odysee.com.md) +- [Comments (comments.odysee.com)](comments.odysee.com.md) +- [Search (lighthouse.odysee.tv)](lighthouse.odysee.tv.md) +- [Featured content (odysee.com)](odysee.com.md) \ No newline at end of file