Skip to content

Commit 5a2d6db

Browse files
committed
Rename Node.js skill to generate-and-scan-barcode
1 parent c53b93e commit 5a2d6db

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The complete source code is available in this repository folder. You can either
3636

3737
## AI Agent Skills
3838

39-
This repository includes an AI-agent skill in [`skills/aspose-barcode-cloud-node/SKILL.md`](skills/aspose-barcode-cloud-node/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns.
39+
This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-node/SKILL.md`](skills/generate-and-scan-barcode-node/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns.
4040

4141
### Install Aspose.BarCode for Cloud via NPM
4242

skills/aspose-barcode-cloud-node/agents/openai.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

skills/aspose-barcode-cloud-node/SKILL.md renamed to skills/generate-and-scan-barcode-node/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: aspose-barcode-cloud-node
2+
name: generate-and-scan-barcode-node
33
description: Write or update Node.js or TypeScript code that uses the Aspose.BarCode Cloud SDK (`aspose-barcode-cloud-node`) to generate, recognize, or scan barcodes through Aspose's cloud REST API. Use this skill whenever the user wants barcode work in Node.js, touches files under `submodules/node`, or mentions `GenerateApi`, `RecognizeApi`, `ScanApi`, `Configuration`, `GenerateParams`, `GenerateRequestWrapper`, `RecognizeBase64Request`, `ScanBase64Request`, or any of the `...RequestWrapper` types. The Node SDK has several easy-to-miss idioms, including constructing `Configuration(clientId, clientSecret, baseUrl?, accessToken?, tokenUrl?)`, wrapping every operation in a request-wrapper object, reading generate results from `result.body` as a `Buffer`, using public `fileUrl` values for GET recognize and scan methods, base64-encoding body payloads yourself, and handling rejected objects that often include `response`, `error`, and `errorResponse`.
44
---
55

6-
# Aspose.BarCode Cloud SDK for Node.js
6+
# Generate and scan barcode in Node.js
77

88
The Node SDK is a thin generated client over the Aspose BarCode Cloud REST API. Most tasks come down to choosing the right API class (`GenerateApi`, `RecognizeApi`, or `ScanApi`), choosing the right transport shape (GET, base64 body, or multipart), and wiring `Configuration` correctly.
99

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Generate and scan barcode in Node.js"
3+
short_description: "Use Aspose.BarCode Cloud from Node.js"
4+
default_prompt: "Use $generate-and-scan-barcode-node to write or update Node.js code that generates, recognizes, or scans barcodes with Aspose.BarCode Cloud."

skills/aspose-barcode-cloud-node/references/repo-workflow.md renamed to skills/generate-and-scan-barcode-node/references/repo-workflow.md

File renamed without changes.

skills/aspose-barcode-cloud-node/references/snippet-map.md renamed to skills/generate-and-scan-barcode-node/references/snippet-map.md

File renamed without changes.

0 commit comments

Comments
 (0)