platform-skills
platform-skills에는 youversion에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.