saeidamini / store-transfer-kit

Sample application for transfer store data to SmartAPI server.

Home Page:http://api.smartmade.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

store-transfer-kit

Sample application for transfer store data to SmartMade server. This repository contains a C# code to display an example of a transfer to a SmartMade server.

How to run

git clone https://github.com/iliadev/store-transfer-kit.git
dotnet install
dotnet run

Used tools

  • RestSharp: Simple REST and HTTP API Client for .NET.
  • Dapper: A simple object mapper for .Net.
  • Newtonsoft.Json: Json.NET is a popular high-performance JSON framework for .NET.

Extra Document

A communication protocol for transfer information is available at this address: API Document

Sample Postman package and environment variables for full API import and use: Postman Collections

About

Sample application for transfer store data to SmartAPI server.

http://api.smartmade.org

License:Apache License 2.0


Languages

Language:C# 100.0%