2018-10-01 00:40:24 -04:00
"use strict" ;
2018-10-03 15:27:13 -05:00
2018-11-30 14:46:22 -06:00
// I M P O R T
2018-10-03 15:27:13 -05:00
2018-10-01 00:40:24 -04:00
import html from "choo/html" ;
2018-10-03 15:27:13 -05:00
// E X P O R T
2019-07-10 16:48:45 -05:00
export default version => html `
2019-01-30 16:15:10 -06:00
< div class = "api-content__body" >
2019-07-10 16:48:45 -05:00
< h2 > lbry - sdk $ { version } < / h 2 >
2019-06-20 23:43:42 -04:00
< p > Methods and signatures provided by the < a href = "/glossary#lbry-sdk" > lbry - sdk < /a> daemon are documented below. To build, download, or run the daemon, see the project <a href="https:/ / github . com / lbryio / lbry - sdk / blob / master / README . md " > README < / a > . < / p >
2018-10-03 15:27:13 -05:00
< / d i v >
2019-01-30 16:15:10 -06:00
< div class = "api-content__intro" >
< p > You can find the repo for this API on GitHub : < / p >
2019-06-20 23:43:42 -04:00
< pre > < code > https : //github.com/lbryio/lbry-sdk</code></pre>
2019-01-30 16:15:10 -06:00
< / d i v >
2018-10-03 15:27:13 -05:00
` ;