[GH-ISSUE #197] API documentation? #164

Closed
opened 2026-02-26 05:31:29 +03:00 by kerem · 2 comments
Owner

Originally created by @victorsndvg on GitHub (Feb 14, 2018).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/197

Hi all,

I'm quite new here, but, as a starting point, I would like to get some info about the REST API.

Is there a link were to learn how to use the API?

I would like to create/destroy streams, nodes and send messages to them using curl or an small python app.

Someone can help me?

Really appreciate you help!

Originally created by @victorsndvg on GitHub (Feb 14, 2018). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/197 Hi all, I'm quite new here, but, as a starting point, I would like to get some info about the REST API. Is there a link were to learn how to use the API? I would like to create/destroy streams, nodes and send messages to them using curl or an small python app. Someone can help me? Really appreciate you help!
kerem closed this issue 2026-02-26 05:31:29 +03:00
Author
Owner

@victorsndvg commented on GitHub (Feb 15, 2018):

Ok, messages are send using TCP protocol. I'm trying to use an small python to send TCP messages described on README but it doesn't work. Any quick tip?

<!-- gh-comment-id:365855399 --> @victorsndvg commented on GitHub (Feb 15, 2018): Ok, messages are send using TCP protocol. I'm trying to use an small python to send TCP messages described on README but it doesn't work. Any quick tip?
Author
Owner

@msmathers commented on GitHub (Jan 10, 2020):

The TCP message interface is documented in the README. See the file input code as an example of creating a TCP socket and writing messages to it: https://github.com/NarrativeScience/log.io/blob/master/inputs/file/src/input.ts

<!-- gh-comment-id:573155131 --> @msmathers commented on GitHub (Jan 10, 2020): The TCP message interface is documented in the README. See the file input code as an example of creating a TCP socket and writing messages to it: https://github.com/NarrativeScience/log.io/blob/master/inputs/file/src/input.ts
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#164
No description provided.