mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #197] API documentation? #164
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!
@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?
@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