This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: '2.0' | |
info: | |
title: Central Repository API | |
version: 1.0.0 | |
description: API for interfacing with Maven Central | |
paths: | |
/groups: | |
get: | |
description: Returns groups for which the user has a role | |
produces: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
info: | |
title: Central Repository API | |
version: 1.0.0 | |
description: API for interfacing with Maven Central | |
security: | |
- bearerAuth: [] | |
paths: | |
/orgs: |