Skip to content

Commit 8f7efa3

Browse files
authored
Merge pull request #116 from netlify/get-account
Add getAccount route
2 parents 4ae06fb + 73f9c7e commit 8f7efa3

File tree

4 files changed

+285
-1
lines changed

4 files changed

+285
-1
lines changed

go/plumbing/operations/get_account_parameters.go

+134
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/get_account_responses.go

+110
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/operations_client.go

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 0.4.2
3+
version: 0.5.0
44
title: Netlify's API definition
55
securityDefinitions:
66
netlifyAuth:
@@ -1162,6 +1162,17 @@ paths:
11621162
type: string
11631163
in: path
11641164
required: true
1165+
get:
1166+
operationId: getAccount
1167+
responses:
1168+
'200':
1169+
description: OK
1170+
schema:
1171+
type: array
1172+
items:
1173+
$ref: "#/definitions/accountMembership"
1174+
default:
1175+
$ref: "#/responses/error"
11651176
put:
11661177
operationId: updateAccount
11671178
parameters:

0 commit comments

Comments
 (0)