feat: fetch user info
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m46s
Build and Deploy Go App / deploy (push) Successful in 2m54s

This commit is contained in:
nihonium 2025-10-11 04:25:57 +03:00
parent 28c38ca1a0
commit 8e44b8b7b4
Signed by: nihonium
GPG key ID: 0251623741027CFC
16 changed files with 1254 additions and 13 deletions

View file

@ -0,0 +1,16 @@
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export { ApiError } from './core/ApiError';
export { CancelablePromise, CancelError } from './core/CancelablePromise';
export { OpenAPI } from './core/OpenAPI';
export type { OpenAPIConfig } from './core/OpenAPI';
export type { Review } from './models/Review';
export type { Tag } from './models/Tag';
export type { Title } from './models/Title';
export type { User } from './models/User';
export type { UserTitle } from './models/UserTitle';
export { DefaultService } from './services/DefaultService';