{"id":20874538,"url":"https://github.com/vildan-valeev/yandexdelivery","last_synced_at":"2026-05-23T05:34:20.775Z","repository":{"id":218505034,"uuid":"746493453","full_name":"vildan-valeev/yandexdelivery","owner":"vildan-valeev","description":"Golang library for yandex api","archived":false,"fork":false,"pushed_at":"2024-02-07T12:56:07.000Z","size":123,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T02:54:01.431Z","etag":null,"topics":["api","client-api","golang","golang-library","yandex","yandex-api","yandex-delivery","yandex-logistic"],"latest_commit_sha":null,"homepage":"https://yandex.ru/dev/logistics/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vildan-valeev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.LESSER","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}},"created_at":"2024-01-22T05:32:03.000Z","updated_at":"2025-01-03T11:16:38.000Z","dependencies_parsed_at":"2024-02-02T15:44:26.797Z","dependency_job_id":null,"html_url":"https://github.com/vildan-valeev/yandexdelivery","commit_stats":null,"previous_names":["vildan-valeev/yandexlogistic"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/vildan-valeev/yandexdelivery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vildan-valeev%2Fyandexdelivery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vildan-valeev%2Fyandexdelivery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vildan-valeev%2Fyandexdelivery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vildan-valeev%2Fyandexdelivery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vildan-valeev","download_url":"https://codeload.github.com/vildan-valeev/yandexdelivery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vildan-valeev%2Fyandexdelivery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33384605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"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-api","golang","golang-library","yandex","yandex-api","yandex-delivery","yandex-logistic"],"created_at":"2024-11-18T06:34:17.378Z","updated_at":"2026-05-23T05:34:20.760Z","avatar_url":"https://github.com/vildan-valeev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library fo API [Yandex Delivery](https://yandex.ru/dev/logistics/api/about/intro.html)\n\n---\nIf `debugmode` is false, request and response json data wiil be printed to console.\n\n---\n### Example\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"os\"\n\t\n\t\"github.com/vildan-valeev/yandexdelivery\"\n\tyaModels \"github.com/vildan-valeev/yandexdelivery/models\"\n\n)\n\nfunc main() {\n\tcl := yandexdelivery.NewYandexClient(os.Getenv(\"YandexURL\"), os.Getenv(\"YandexToken\"), true)\n\tmethods, err := cl.DeliveryMethods(\n\t\tyaModels.DeliveryMethodsRequest{\n\t\t\tFullName: \"улица Льва Толстого, 16, Москва\",\n\t\t\tStartPoint: []float64{\n\t\t\t\t37.588074, 55.733924,\n\t\t\t},\n\t\t})\n\tif err != nil {\n\t\treturn\n\t}\n\n\tfmt.Println(methods)\n}\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvildan-valeev%2Fyandexdelivery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvildan-valeev%2Fyandexdelivery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvildan-valeev%2Fyandexdelivery/lists"}