LineBotWebAPI 1.0.2

Additional Details

wrong package name

dotnet new install LineBotWebAPI::1.0.2
This package contains a .NET Template Package you can call from the shell/command line.

Line Bot WebAPI DEMO

Introduct

This is a demo for line bot web api based on dotnet core.

Getting Started

Prerequisites

nuget install LineBotWebAPI

Usage

  1. You must register Line developer first.
  2. You can find Channel secret in Basic settings
  3. You can find Channel access token in Messaging API settings
  4. Please replace they with appsettings.json

Tips

The URI was different :

  1. message base URI : https://api.line.me
  2. content base URI : https://api-data.line.me You can init LineMessagingClient like this
LineMessagingClient("YOUR ACCESS TOKEN","URI"); 

Enjoy ~

  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 1,162 2/8/2024
1.0.1 155 2/7/2024
1.0.0 172 2/7/2024