OpenAPI client for symbol-openapi-typescript-fetch-client
npm install @nemnesia/symbol-openapi-typescript-fetch-client- OpenAPI 仕様に基づいて自動生成されたコード
- https://docs.symboltest.net/en/devbook/reference/rest/symbol/
``sh`
npm i @nemnesia/symbol-openapi-typescript-fetch-client
`ts
import { AccountRoutesApi, Configuration } from '@nemnesia/symbol-openapi-typescript-fetch-client';
const client = new AccountRoutesApi(new Configuration({ basePath: 'https://symbol-node.example.com:3001' }));
async function main() {
const response = await client.getAccountInfo({
accountId: 'TCEUGLPCMO5Y72EEISSNUKGTMCN5RO4PVYMK5FI',
});
console.log(response);
}
main();
``
このプロジェクトは Apache License 2.0 の下でライセンスされています。