sageone_api_csharp_sample
v0.0.1
通过 Sage Accounting API 与 Sage Accounting 集成的示例 C# 项目。该应用程序使用.NET Core 2.2和Newtonsoft Json.NET。
克隆存储库:
git clone [email protected]:Sage/sageone_api_csharp_sample.git
切换到项目目录,运行后续命令:
cd sageone_api_csharp_sample
切换到应用程序文件夹:
cd app
安装所有依赖项:
dotnet restore
构建并运行应用程序:
dotnet build
dotnet run
然后跳转到“用法”部分。
构建图像:
./script/setup.sh
启动容器:
./script/start.sh
重新启动容器:
./script/restart.sh
如果需要,stop.sh 将停止容器:
./script/stop.sh
您现在可以访问 http://localhost:8080/、授权并进行 API 调用。根据您的设置,它也可能是 http://192.168.99.100:8080/ 或类似的。
该示例应用程序根据 MIT 许可条款作为开源提供。
版权所有 (c) 2019 Sage Group Plc。版权所有。