Skip to content

Instantly share code, notes, and snippets.

View tyanko1's full-sized avatar

Terry Yanko tyanko1

View GitHub Profile
@tyanko1
tyanko1 / gist:bd015a7be1f165aa7c614db36a887092
Last active May 17, 2019 17:22
Central Rest API updated
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:
@tyanko1
tyanko1 / centralapi.yaml
Created April 25, 2019 16:33
Central API swagger doc
openapi: 3.0.0
info:
title: Central Repository API
version: 1.0.0
description: API for interfacing with Maven Central
security:
- bearerAuth: []
paths:
/orgs: