Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvrbckw authored Mar 11, 2024
1 parent 125adad commit d828fa8
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .devcontainer/Node js environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
- name: Setup Node.js environment
uses: actions/[email protected]
with:
# Set always-auth in npmrc.
always-auth: # optional, default is false
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.
node-version: # optional
# File containing the version Spec of the version to use. Examples: package.json, .nvmrc, .node-version, .tool-versions.
node-version-file: # optional
# Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.
architecture: # optional
# Set this option if you want the action to check for the latest available version that satisfies the version spec.
check-latest: # optional
# Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN.
registry-url: # optional
# Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).
scope: # optional
# Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
token: # optional, default is ${{ github.server_url == 'https://github.com' && github.token || '' }}
# Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm.
cache: # optional
# Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or a list of file names for caching multiple dependencies.
cache-dependency-path: # optional

30 changes: 30 additions & 0 deletions .devcontainer/PostmanAPIrestCallresponse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"args": {},
"data": {
"username": "wonder_woman",
"name": "Diana Prince",
"role": "Superhero"
},
"files": {},
"form": {},
"headers": {
"x-forwarded-proto": "http",
"x-forwarded-port": "80",
"host": "postman-echo.com",
"x-amzn-trace-id": "Root=1-65ee79ae-048a0d515d2f8bf163b099bf",
"content-length": "87",
"content-type": "application/json",
"user-agent": "PostmanRuntime/7.36.3",
"accept": "*/*",
"cache-control": "no-cache",
"postman-token": "1cc15163-7360-45ad-a302-502f2600ecf9",
"accept-encoding": "gzip, deflate, br",
"cookie": "Cookie_1=value; sails.sid=s%3AfA30j3Wne3AvXwP-dGWkWNPcmY8ft0o0.iWRWV98G4r1w2PKBNQe2CYv7D5g68rF3hgUH1EXidb0"
},
"json": {
"username": "wonder_woman",
"name": "Diana Prince",
"role": "Superhero"
},
"url": "http://postman-echo.com/post"
}
Binary file added .devcontainer/bnbchainlist-main.zip
Binary file not shown.
Binary file added .devcontainer/template.zip
Binary file not shown.

0 comments on commit d828fa8

Please sign in to comment.