platform-skills
platform-skills enthält 3 gesammelte Skills von youversion, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
YouVersion Bible: for React, to get Bible text, html, and information. Sample code for visual components: BibleTextView, BibleCard, and BibleReader
Raw YouVersion Platform Bible REST API usage without an SDK. Use for direct HTTP examples in cURL, fetch, browser JavaScript, Node.js, Python, Go, or backend frameworks; when the user wants exact methods, headers, query parameters, or JSON response shapes; or when listing Bibles with `GET /v1/bibles`, fetching version metadata with `GET /v1/bibles/{bible_id}`, or retrieving scripture with `GET /v1/bibles/{bible_id}/passages/{passage_id}`.
YouVersion JavaScript and TypeScript SDK usage with `@youversion/platform-core`. Use to answer with Node.js or TS examples, initialize `ApiClient` and `BibleClient`, list available Bible versions, fetch version metadata, retrieve passage HTML or text, or generate a complete HTML document that renders scripture.