Skip to content

Commit

Permalink
Merge pull request #118 from yandex-cloud/endpoint-resolver
Browse files Browse the repository at this point in the history
ServiceEndpointResolver
  • Loading branch information
DavyJohnes committed Mar 13, 2023
2 parents 280ce25 + d9b00eb commit 4ee3a70
Show file tree
Hide file tree
Showing 250 changed files with 101,454 additions and 9,802 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "fix(deps):"
open-pull-requests-limit: 0
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Need to automate your infrastructure or use services provided by Yandex.Cloud? We've got you covered.

## Requirements
- nodejs >= 10
- nodejs >= 12

## Installation
`npm install @yandex-cloud/nodejs-sdk`
Expand Down Expand Up @@ -80,6 +80,13 @@ const response = await cloudService.list(ListCloudsRequest.fromPartial({

Check [examples](./examples) directory for more examples.

To run example scripts, you should execute the following commands:
```bash
cd examples
npm i
YC_OAUTH_TOKEN=... YC_FOLDER_ID=... npm run start path/to/example.ts
```

## Services

* AI Translate;
Expand Down
2 changes: 1 addition & 1 deletion cloudapi
Submodule cloudapi updated 220 files
Loading

0 comments on commit 4ee3a70

Please sign in to comment.