https://github.com/aweirddev/github-discussions-api
https://github.com/aweirddev/github-discussions-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aweirddev/github-discussions-api
- Owner: AWeirdDev
- Created: 2024-04-04T12:35:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T13:12:12.000Z (about 2 years ago)
- Last Synced: 2025-01-24T12:32:29.449Z (over 1 year ago)
- Language: Python
- Homepage: https://github-discussions-api.vercel.app
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```