Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelmauro/algorand-oas-generated-clients
https://github.com/manuelmauro/algorand-oas-generated-clients
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manuelmauro/algorand-oas-generated-clients
- Owner: manuelmauro
- Created: 2021-06-19T21:23:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T14:34:06.000Z (over 1 year ago)
- Last Synced: 2024-10-30T06:25:03.321Z (about 2 months ago)
- Language: Rust
- Size: 232 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorand OAS-Generated Clients
## Generate Clients
`algod` client generated with:
```bash
docker run --rm \
-v ${PWD}:/local openapitools/openapi-generator-cli generate \
-i /local/algod.oas3.yml \
-g rust \
-o /local/algod \
--skip-validate-spec
````indexer` client generated with:
```bash
docker run --rm \
-v ${PWD}:/local openapitools/openapi-generator-cli generate \
-i /local/indexer.oas3.yml \
-g rust \
-o /local/indexer \
--skip-validate-spec
```## Fix Clients
VS Code regex
```regex
(format!.*)(a-id)(.*)(a-id)$1a_id$3a_id
```for `a` in `[application, asset, participation, account, ]`