Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions codegen/Templates/csharp/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked

The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [NuGet distribution](https://www.nuget.org/packages/Aspose.BarCode-Cloud/) (recommended).

## AI Agent Skills

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

## Prerequisites

To use Aspose.BarCode Cloud SDK for .NET you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and Client Id at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/).
Expand Down
4 changes: 4 additions & 0 deletions codegen/Templates/dart/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ This repository contains Aspose.BarCode Cloud SDK for Dart source code. This SDK

To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this).

## AI Agent Skills

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

## Prerequisites

To use Aspose.BarCode Cloud SDK for Dart you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is a free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/).
Expand Down
4 changes: 4 additions & 0 deletions codegen/Templates/go/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ This repository contains Aspose.BarCode Cloud SDK for Go source code. This SDK a

To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this).

## AI Agent Skills

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

## Prerequisites

To use Aspose.BarCode Cloud SDK for Go you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is a free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/).
Expand Down
4 changes: 4 additions & 0 deletions codegen/Templates/java/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

This repository contains Aspose.BarCode Cloud SDK for Java source code. This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Java applications quickly and easily.

## AI Agent Skills

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

## Requirements

Building the API client library requires:
Expand Down
4 changes: 4 additions & 0 deletions codegen/Templates/nodejs/docs/tsconfig.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked

The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [nmpjs distribution](https://www.npmjs.com/package/aspose-barcode-cloud-node) (recommended).

## AI Agent Skills

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.

### Install Aspose.BarCode for Cloud via NPM

From the command line:
Expand Down
4 changes: 4 additions & 0 deletions codegen/Templates/php/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked

You can either directly use it in your project via source code or get [Packagist distribution](https://packagist.org/packages/aspose/barcode-cloud-php) (recommended).

## AI Agent Skills

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

## Installation

### Via Composer
Expand Down
4 changes: 4 additions & 0 deletions codegen/Templates/python/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked

The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [from PyPi](https://pypi.org/project/{{projectName}}/) (recommended).

## AI Agent Skills

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

## Prerequisites

To use Aspose.BarCode Cloud SDK for Python you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and Client Id at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/).
Expand Down
Loading