Skip to content

Commit

Permalink
Merge pull request #69 from Gateway-DAO/feat/make-auth-class-public
Browse files Browse the repository at this point in the history
feat: added jwt, private key on sdk creation
  • Loading branch information
Siddharth9890 authored Oct 2, 2024
2 parents f57096d + 6d0df4d commit 34f2ab6
Show file tree
Hide file tree
Showing 14 changed files with 3,467 additions and 1,361 deletions.
10 changes: 4 additions & 6 deletions api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ paths:
description: Wallet data
required: true
responses:
'201':
description: Created
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/model.MessageResponse'
$ref: '#/components/schemas/model.MyAccountResponse'
'/accounts/me/wallets/{address}':
delete:
security:
Expand All @@ -104,7 +104,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/model.MessageResponse'
$ref: '#/components/schemas/model.MyAccountResponse'
/auth:
post:
description: Authenticate account
Expand Down Expand Up @@ -779,13 +779,11 @@ components:
model.DataModel:
type: object
required:
- created_at
- created_by
- description
- id
- schema
- title
- updated_at
properties:
created_at:
type: string
Expand Down
Loading

0 comments on commit 34f2ab6

Please sign in to comment.