Skip to content

Feature/add license to project API

What does this MR do?

This MR adds project license data to the projects endpoint. It includes two new entries:

  1. license_url: The url of the project's license file; and
  2. license: An object containing data for the project's detected license namely key (shortname), name, nickname, html_url (choosealicense.com link), and source_url (link to canonical license text)

What are the relevant issue numbers?

#27231 (closed)

Does this MR meet the acceptance criteria?

Edited by J.D. Bean

Merge request reports