2019-11-25 17:51:01
*https://github.com/snowblossomcoin/channels/compare/7612d25051b3...5ed45da5b953*
https://github.com/snowblossomcoin/channels/commit/5ed45da5b9536393837ed313d36ec846148a3607 - Remove still direct download method, switched to API
GitHub
2019-11-25 17:51:01
[snowblossomcoin/channels] Issue closed by fireduck64
GitHub
2019-11-25 21:34:20
?
Rotonen
2019-11-25 21:36:37
In channels there are two types of HTTP actions, one set is simple HTTP gets of things from the channel file map
Fireduck
2019-11-25 21:36:53
This gets everything attached to the channel as a file with some sort of filename
Fireduck
2019-11-25 21:37:15
however, other things are not that, but can still be downloaded so there is a separate url to get to those
Fireduck
2019-11-25 21:37:29
http://testblog.snowblossom.io/api/beta/content/get/9bdc9aab6a6db754810f580dd84b39be898d878e99263e3b71e7b035632ba8b5
Fireduck
2019-11-25 21:37:52
As an example, it is not in the block file map so needs to be referenced by content id
Fireduck
2019-11-25 21:38:16
I had some sort of direct download url outside of the api/* path to do the same thing, but that was done
Fireduck
2019-11-25 21:38:19
dumb
Fireduck
2019-11-25 21:38:28
and I moved that into api path
Fireduck
2019-11-25 21:59:17
k
Rotonen
2019-11-25 21:59:43
sounded funkier on a headline level
Rotonen
2019-11-25 22:00:07
ha
Fireduck
2019-11-25 22:00:20
I need to write up the web dev guide for this once things are little more stable
Fireduck
2019-11-25 22:00:48
i guess i’ll bother setting up a channel node later tonight, but will probably not dive into making it actually do anything yet
Rotonen
2019-11-25 22:01:16
cool
Fireduck
2019-11-25 22:01:42
i’ll see what it does on a systems level, when idle, for a week or so
Rotonen
2019-11-25 22:03:05
awesome, I appreciate any input
Fireduck