{"id":29480986,"url":"https://github.com/iota-uz/eskiz","last_synced_at":"2026-05-16T22:32:37.228Z","repository":{"id":303877325,"uuid":"1016979907","full_name":"iota-uz/eskiz","owner":"iota-uz","description":"IOTA Go client for the Eskiz SMS API — send SMS messages worldwide from your Go applications. Generated with OpenAPI Generator. Includes support for token-based auth, server configuration, and handy utility helpers","archived":false,"fork":false,"pushed_at":"2026-05-12T12:35:33.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T14:05:39.572Z","etag":null,"topics":["api-client","eskiz-sms","eskiz-uz","go","openapi"],"latest_commit_sha":null,"homepage":"https://www.iota.uz","language":"Mustache","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iota-uz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-09T20:43:49.000Z","updated_at":"2026-05-12T12:02:37.000Z","dependencies_parsed_at":"2025-07-10T07:51:45.068Z","dependency_job_id":"36f4d7ef-8de5-44df-82e3-897ef9682d83","html_url":"https://github.com/iota-uz/eskiz","commit_stats":null,"previous_names":["iota-uz/eskiz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iota-uz/eskiz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iota-uz%2Feskiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iota-uz%2Feskiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iota-uz%2Feskiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iota-uz%2Feskiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iota-uz","download_url":"https://codeload.github.com/iota-uz/eskiz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iota-uz%2Feskiz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33121117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","eskiz-sms","eskiz-uz","go","openapi"],"created_at":"2025-07-14T23:55:14.078Z","updated_at":"2026-05-16T22:32:37.222Z","avatar_url":"https://github.com/iota-uz.png","language":"Mustache","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go API client for eskizapi\n\nОтправляйте СМС по всему миру, в любом количестве!\n\nВ тестовом статусе для отправки тестовых смс сообщений, Вы можете использовать только нижеуказанные тексты:\n\n- Это тест от Eskiz\n    \n- Bu Eskiz dan test\n    \n- This is test from Eskiz\n\n## Overview\nThis API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.  By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.\n\n- API version: 1.0.0\n- Package version: 1.0.0\n- Build date: 2026-05-11T23:20:56.646208+04:00[Asia/Tbilisi]\n- Generator version: 7.9.0\n- Build package: org.openapitools.codegen.languages.GoClientCodegen\nFor more information, please visit [https://www.iota.uz](https://www.iota.uz)\n\n## Installation\n\nInstall the following dependencies:\n\n```sh\ngo get github.com/stretchr/testify/assert\ngo get golang.org/x/net/context\n```\n\nPut the package under your project folder and add the following in import:\n\n```go\nimport eskizapi \"github.com/iota-uz/eskiz/eskizapi\"\n```\n\nTo use a proxy, set the environment variable `HTTP_PROXY`:\n\n```go\nos.Setenv(\"HTTP_PROXY\", \"http://proxy_name:proxy_port\")\n```\n\n## Configuration of Server URL\n\nDefault configuration comes with `Servers` field that contains server objects as defined in the OpenAPI specification.\n\n### Select Server Configuration\n\nFor using other server than the one defined on index 0 set context value `eskizapi.ContextServerIndex` of type `int`.\n\n```go\nctx := context.WithValue(context.Background(), eskizapi.ContextServerIndex, 1)\n```\n\n### Templated Server URL\n\nTemplated server URL is formatted using default variables from configuration or from context value `eskizapi.ContextServerVariables` of type `map[string]string`.\n\n```go\nctx := context.WithValue(context.Background(), eskizapi.ContextServerVariables, map[string]string{\n\t\"basePath\": \"v2\",\n})\n```\n\nNote, enum values are always validated and all unused variables are silently ignored.\n\n### URLs Configuration per Operation\n\nEach operation can use different server URL defined using `OperationServers` map in the `Configuration`.\nAn operation is uniquely identified by `\"{classname}Service.{nickname}\"` string.\nSimilar rules for overriding default operation server index and variables applies by using `eskizapi.ContextOperationServerIndices` and `eskizapi.ContextOperationServerVariables` context maps.\n\n```go\nctx := context.WithValue(context.Background(), eskizapi.ContextOperationServerIndices, map[string]int{\n\t\"{classname}Service.{nickname}\": 2,\n})\nctx = context.WithValue(context.Background(), eskizapi.ContextOperationServerVariables, map[string]map[string]string{\n\t\"{classname}Service.{nickname}\": {\n\t\t\"port\": \"8443\",\n\t},\n})\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://notify.eskiz.uz*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*DefaultApi* | [**ExportMessages**](docs/DefaultApi.md#exportmessages) | **Post** /api/message/export | Экспортировать в формате CSV\n*DefaultApi* | [**GetDispatchStatus**](docs/DefaultApi.md#getdispatchstatus) | **Post** /api/message/sms/get-dispatch-status | Статус рассылки\n*DefaultApi* | [**GetNicknames**](docs/DefaultApi.md#getnicknames) | **Get** /api/nick/me | Получить список ник\n*DefaultApi* | [**GetSmsLogs**](docs/DefaultApi.md#getsmslogs) | **Get** /api/logs/sms/{id} | Системные логи\n*DefaultApi* | [**GetSmsStatusById**](docs/DefaultApi.md#getsmsstatusbyid) | **Get** /api/message/sms/status_by_id/{id} | Получить статус по ID\n*DefaultApi* | [**GetTotalByDispatch**](docs/DefaultApi.md#gettotalbydispatch) | **Post** /api/report/total-by-dispatch | Расходы по рассылке\n*DefaultApi* | [**GetTotalByMonth**](docs/DefaultApi.md#gettotalbymonth) | **Get** /api/report/total-by-month | Итого по месяцам\n*DefaultApi* | [**GetTotalByRange**](docs/DefaultApi.md#gettotalbyrange) | **Post** /api/report/total-by-range | Расходы по датам\n*DefaultApi* | [**GetTotalBySmsc**](docs/DefaultApi.md#gettotalbysmsc) | **Post** /api/report/total-by-smsc | Итого по компаниям\n*DefaultApi* | [**GetUserInfo**](docs/DefaultApi.md#getuserinfo) | **Get** /api/auth/user | Данные ползователья\n*DefaultApi* | [**GetUserLimit**](docs/DefaultApi.md#getuserlimit) | **Get** /api/user/get-limit | Получить баланс\n*DefaultApi* | [**GetUserMessages**](docs/DefaultApi.md#getusermessages) | **Post** /api/message/sms/get-user-messages | Детализация\n*DefaultApi* | [**GetUserMessagesByDispatch**](docs/DefaultApi.md#getusermessagesbydispatch) | **Post** /api/message/sms/get-user-messages-by-dispatch | Получить СМС по рассылке\n*DefaultApi* | [**GetUserTemplates**](docs/DefaultApi.md#getusertemplates) | **Get** /api/user/templates | Получить список шаблонов\n*DefaultApi* | [**GetUserTotals**](docs/DefaultApi.md#getusertotals) | **Post** /api/user/totals | Итог отправленных СМС\n*DefaultApi* | [**Login**](docs/DefaultApi.md#login) | **Post** /api/auth/login | Получить токен\n*DefaultApi* | [**NormalizeSms**](docs/DefaultApi.md#normalizesms) | **Post** /api/message/sms/normalizer | Нормализации SMS\n*DefaultApi* | [**RefreshToken**](docs/DefaultApi.md#refreshtoken) | **Patch** /api/auth/refresh | Обновить токен\n*DefaultApi* | [**SendSms**](docs/DefaultApi.md#sendsms) | **Post** /api/message/sms/send | Отправить СМС\n*DefaultApi* | [**SendSmsBatch**](docs/DefaultApi.md#sendsmsbatch) | **Post** /api/message/sms/send-batch | Отправить СМС рассылка\n*DefaultApi* | [**SendSmsGlobal**](docs/DefaultApi.md#sendsmsglobal) | **Post** /api/message/sms/send-global | Отправить Международный СМС\n*DefaultApi* | [**SendTemplate**](docs/DefaultApi.md#sendtemplate) | **Post** /api/user/template | Отправить шаблон\n\n\n## Documentation For Models\n\n - [DispatchStatusResponse](docs/DispatchStatusResponse.md)\n - [LinkItem](docs/LinkItem.md)\n - [LogMessage](docs/LogMessage.md)\n - [LoginData](docs/LoginData.md)\n - [LoginResponse](docs/LoginResponse.md)\n - [MessageItem](docs/MessageItem.md)\n - [MessagePart](docs/MessagePart.md)\n - [MonthlyReportItem](docs/MonthlyReportItem.md)\n - [NormalizeSmsResponse](docs/NormalizeSmsResponse.md)\n - [PaginationData](docs/PaginationData.md)\n - [Recommendation](docs/Recommendation.md)\n - [RefreshTokenResponse](docs/RefreshTokenResponse.md)\n - [SendSmsBatchRequest](docs/SendSmsBatchRequest.md)\n - [SendSmsBatchRequestMessagesInner](docs/SendSmsBatchRequestMessagesInner.md)\n - [SendSmsBatchResponse](docs/SendSmsBatchResponse.md)\n - [SendSmsResponse](docs/SendSmsResponse.md)\n - [SendTemplateResponse](docs/SendTemplateResponse.md)\n - [SmsCallbackWebhook](docs/SmsCallbackWebhook.md)\n - [SmsLogsResponse](docs/SmsLogsResponse.md)\n - [SmsStatusData](docs/SmsStatusData.md)\n - [SmsStatusPart](docs/SmsStatusPart.md)\n - [SmsStatusResponse](docs/SmsStatusResponse.md)\n - [SmscReportItem](docs/SmscReportItem.md)\n - [SpecialCharacter](docs/SpecialCharacter.md)\n - [StatusCount](docs/StatusCount.md)\n - [TemplateItem](docs/TemplateItem.md)\n - [TemplatesListResponse](docs/TemplatesListResponse.md)\n - [TotalByMonthResponse](docs/TotalByMonthResponse.md)\n - [TotalBySmscResponse](docs/TotalBySmscResponse.md)\n - [UserBalance](docs/UserBalance.md)\n - [UserInfo](docs/UserInfo.md)\n - [UserInfoResponse](docs/UserInfoResponse.md)\n - [UserLimitResponse](docs/UserLimitResponse.md)\n - [UserMessagesResponse](docs/UserMessagesResponse.md)\n - [UserTotalsItem](docs/UserTotalsItem.md)\n - [UserTotalsResponse](docs/UserTotalsResponse.md)\n\n\n## Documentation For Authorization\n\n\nAuthentication schemes defined for the API:\n### bearerAuth\n\n- **Type**: HTTP Bearer token authentication\n\nExample\n\n```go\nauth := context.WithValue(context.Background(), eskizapi.ContextAccessToken, \"BEARER_TOKEN_STRING\")\nr, err := client.Service.Operation(auth, args)\n```\n\n\n## Documentation for Utility Methods\n\nDue to the fact that model structure members are all pointers, this package contains\na number of utility functions to easily obtain pointers to values of basic types.\nEach of these functions takes a value of the given basic type and returns a pointer to it:\n\n* `PtrBool`\n* `PtrInt`\n* `PtrInt32`\n* `PtrInt64`\n* `PtrFloat`\n* `PtrFloat32`\n* `PtrFloat64`\n* `PtrString`\n* `PtrTime`\n\n## Author\n\ndanil@iota.uz\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiota-uz%2Feskiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiota-uz%2Feskiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiota-uz%2Feskiz/lists"}