https://github.com/seabed-labs/drip-client
Generated API Clients for the Drip Backend
https://github.com/seabed-labs/drip-client
golang openapi solana swagger typescript
Last synced: 12 months ago
JSON representation
Generated API Clients for the Drip Backend
- Host: GitHub
- URL: https://github.com/seabed-labs/drip-client
- Owner: seabed-labs
- Created: 2022-07-05T23:33:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T00:15:44.000Z (over 2 years ago)
- Last Synced: 2025-03-24T09:14:20.830Z (about 1 year ago)
- Topics: golang, openapi, solana, swagger, typescript
- Language: TypeScript
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drip Client
## Generate drip-ts
```bash
openapi-generator-cli generate -i ../drip-backend/docs/swagger.yaml -g typescript-fetch -o drip-ts
# openapi-generator generate -i ../drip-backend/docs/swagger.yaml -g typescript-fetch -o drip-ts
```
## Generate drip-go
```bash
openapi-generator generate -i ../drip-backend/docs/swagger.yaml -g go -o drip-go --additional-properties=generateInterfaces=true --additional-properties=isGoSubmodule=true --additional-properties=packageName=drip
```