mirror of
https://github.com/foomo/hanko-go.git
synced 2025-10-16 12:35:35 +00:00
feat: upgrade client to spec v0.12.0
This commit is contained in:
parent
6e407ffe08
commit
eeac223372
@ -1,7 +1,7 @@
|
||||
|
||||
openapi: 3.0.0
|
||||
info:
|
||||
version: '0.11.0'
|
||||
version: '0.12.0'
|
||||
title: 'Hanko Public API'
|
||||
description: |
|
||||
## Introduction
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package client
|
||||
|
||||
// generate curl -f -H "Accept: application/vnd.github.v3.raw" -o "client.yaml" -L "https://raw.githubusercontent.com/teamhanko/hanko/backend/v0.11.0/docs/static/spec/public.yaml"
|
||||
// generate curl -f -H "Accept: application/vnd.github.v3.raw" -o "client.yaml" -L "https://raw.githubusercontent.com/teamhanko/hanko/backend/v0.12.0/docs/static/spec/public.yaml"
|
||||
//go:generate oapi-codegen -generate types,client -config client.config.yaml -o client_gen.go client.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user