An open API service indexing awesome lists of open source software.

https://github.com/aweirddev/github-discussions-api


https://github.com/aweirddev/github-discussions-api

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# GitHub Discussions API

The GitHub discussions API for `ramptix/preprompted-data`.

## /body

```http
GET https://github-discussions-api.vercel.app/body?url=
```

Get a discussion body.

**Query Parameters**
- `url`: The discussion URL. (e.g., `https://github.com/ramptix/preprompted-data/discussions/2`)

**Response**
```json
{
"body": "string"
}
```