librariesio / libraries.io

:books: The Open Source Discovery Service
https://libraries.io
GNU Affero General Public License v3.0
1.1k stars 206 forks source link

Api::Repositories#show: pass readme back when ?include_readme=true #3375

Closed tiegz closed 2 months ago

tiegz commented 2 months ago

Example

curl https://libraries.io/api/github/librariesio/bibliothecary?include_readme=true

{
  "full_name": "librariesio/bibliothecary",
 "readme_html_body": "<!DOCTYPE html PUBLIC \"-//W3C//DT ... ",
 ...
}