ZarinCall 1.7.4
dotnet add package ZarinCall --version 1.7.4
NuGet\Install-Package ZarinCall -Version 1.7.4
<PackageReference Include="ZarinCall" Version="1.7.4" />
<PackageVersion Include="ZarinCall" Version="1.7.4" />
<PackageReference Include="ZarinCall" />
paket add ZarinCall --version 1.7.4
#r "nuget: ZarinCall, 1.7.4"
#:package ZarinCall@1.7.4
#addin nuget:?package=ZarinCall&version=1.7.4
#tool nuget:?package=ZarinCall&version=1.7.4
zarin call restful api
string apikey = "51323d62-d273-4ce8-b5bd-5ee636879ebb";
var api = new ZarinCall.Api(apikey);
// ارسال کد تایید تلفنی var messageSendOTP = api.MessageSendOTP(code: "1234", number: "09120000000");
//شناسه فایل صوتی string _voiceId = "307E37CC-E33D-46E5-9FF4-0DA5AF96B927"; //ارسال کد تایید با پیش اعلان صوتی - secure otp var messageSendOTP2 = api.MessageSendOTP2(voiceId: _voiceId, code: "1234", number: "09120000000");
// ارسال پیام صوتی var messageSend = api.MessageSend(voiceId: _voiceId, numbers: new string[] { "09120000000" });
//ارسال پیام صوتی تعاملی var messageSendIVC = api.MessageSendIVC(voiceId: _voiceId, numbers: new string[] { "09120000000" }, digit: 1, sms: "متن پیامک");
//اپلود به صورت بایت var voiceUpload = api.VoiceUpload(fileName: "Example.wav", fileByte: System.IO.File.ReadAllBytes(@"E:\files\Example.wav"));
//اپلود به صورت رشته var voiceUploadBase64 = api.VoiceUploadBase64(fileName: "Example.wav", fileByteBase64: Convert.ToBase64String(System.IO.File.ReadAllBytes(@"E:\files\Example.wav")));
//دریافت اطلاعات var voiceGet = api.VoiceGet(voiceId: _voiceId);
//لیست فایل ها var voiceList = api.VoiceList();
//دانلود فایل var voiceDownload = api.VoiceDownload(voiceId: _voiceId);
string ttv = "سلام تبدیل نوشتار به صوت"; //savedays : ذخیره خروجی در پنل به مدت بر حسب روز //title : عنوان فایل صوتی ذخیره شده در پنل var voiceTextToVoice = api.VoiceTextToVoice(ttv, 1, title: "عنوان فایل");
//دریافت اطلاعات یک پیام ارسال شده var messageGet = api.MessageGet(msgId: messageSend.MsgID);
//حذف یک پیام صوتی var messageDelete = api.MessageDelete(msgId: messageSend.MsgID);
//حذف یک فایل صوتی var voiceDelete = api.VoiceDelete(voiceId: _voiceId); //دریافت مانده اعتبار var userGetPulse = api.UserGetPulse();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.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.