{"id":21344489,"url":"https://github.com/s00d/onlinesim-go-api","last_synced_at":"2025-07-12T15:31:59.865Z","repository":{"id":57538140,"uuid":"286772916","full_name":"s00d/onlinesim-go-api","owner":"s00d","description":"GO Wrapper for automatic reception of SMS-messages by onlinesim.ru","archived":false,"fork":false,"pushed_at":"2023-03-24T11:54:41.000Z","size":33,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T12:04:44.738Z","etag":null,"topics":["api","go","onlinesim","proxy","rent","sms","sms-api"],"latest_commit_sha":null,"homepage":"https://onlinesim.ru","language":"Go","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/s00d.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2020-08-11T14:57:13.000Z","updated_at":"2023-05-03T06:00:50.000Z","dependencies_parsed_at":"2024-06-20T11:14:45.775Z","dependency_job_id":"89b1c17b-a095-4927-b569-4418a4fa6007","html_url":"https://github.com/s00d/onlinesim-go-api","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fonlinesim-go-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fonlinesim-go-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fonlinesim-go-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fonlinesim-go-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s00d","download_url":"https://codeload.github.com/s00d/onlinesim-go-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225825391,"owners_count":17530070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","go","onlinesim","proxy","rent","sms","sms-api"],"created_at":"2024-11-22T01:19:17.069Z","updated_at":"2024-11-22T01:19:17.895Z","avatar_url":"https://github.com/s00d.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Onlinesim GO API\n\nWrapper for automatic reception of SMS-messages by onlinesim.ru\n\n## Installation\n\nRequire this package in your `package.json` or install it by running:\n```bash\ngo get github.com/s00d/onlinesim-go-api\n```\n\n### Example\n```go\npackage main\n\nimport (\n    \"github.com/s00d/onlinesim-go-api\"\n)\n\nfunc main() {\n    client := onlinesim.NewClient(\"\", \"en\", \"\").Numbers()\n    \n    error, data := client.Get(\"vkcom\", 7)\n    if error != nil {\n        panic(error)\n    }\n\n    println(\"end\")\n    println(fmt.Sprintf(\"%+v\\n\", data))\n}\n```\n\n## Documentation\n\nAll documentation is in the wiki of this project - **[Documentation](https://github.com/s00d/onlinesim-go-api/wiki)**\n\n## Bugs\n\nIf you have any problems, please create Issues [here](https://github.com/s00d/onlinesim-go-api/issues)   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Fonlinesim-go-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs00d%2Fonlinesim-go-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Fonlinesim-go-api/lists"}