mirror of
https://codeberg.org/librarian/documentation
synced 2024-12-06 19:16:16 +01:00
Update docs
This commit is contained in:
@@ -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)
|
||||
- [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)
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
- [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)
|
||||
Reference in New Issue
Block a user