Some more (curl) examples for the docs #97
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
orinoco/dump-things-service#97
Loading…
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?
When trying this software out, it would be nice to cut down the time needed to spend reading documentation of other software. A few
curl-based examples would help, I think.For example, I am struggling to put together a TTL submission. I was thinking this should do (given the docs):
where
test.ttlcontains a document.However, the response to this call is
I agree that the examples could be useful. Speaking of reading documentation of other software - I suppose it would be enough in your example to use
--data-binaryinstead of-d / --databecause the latter strips newlines, which are syntactic in ttl: https://curl.se/docs/manpage.html#--data-binaryI am closing this after a long time. The need has intensified and expressed in #214