Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# @lujax/github-sdk

[![npm version](https://img.shields.io/npm/v/%40lujax%2Fgithub-sdk.svg)](https://www.npmjs.com/package/@lujax/github-sdk)
[![CI](https://github.com/lujax-dev/github-sdk/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/lujax-dev/github-sdk/actions/workflows/ci.yml)

A TypeScript-first, ergonomic wrapper around the [GitHub REST API](https://docs.github.com/en/rest). Calls `api.github.com` directly using native `fetch` — no Octokit, no third-party HTTP library.

- **Clean TypeScript domain types** — camelCase interfaces instead of raw snake_case API responses
Expand Down
Loading