{"id":16293844,"url":"https://github.com/axetroy/protocols","last_synced_at":"2025-04-09T11:14:21.339Z","repository":{"id":56837417,"uuid":"83629529","full_name":"axetroy/protocols","owner":"axetroy","description":"Get the protocols of an input url.","archived":false,"fork":false,"pushed_at":"2020-03-15T03:59:50.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T05:15:33.766Z","etag":null,"topics":["dart","parser","protocol","url"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axetroy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-02T03:21:26.000Z","updated_at":"2017-03-02T03:24:08.000Z","dependencies_parsed_at":"2022-09-12T11:13:24.679Z","dependency_job_id":null,"html_url":"https://github.com/axetroy/protocols","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fprotocols","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fprotocols/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fprotocols/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fprotocols/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axetroy","download_url":"https://codeload.github.com/axetroy/protocols/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027412,"owners_count":21035594,"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":["dart","parser","protocol","url"],"created_at":"2024-10-10T20:12:32.354Z","updated_at":"2025-04-09T11:14:21.299Z","avatar_url":"https://github.com/axetroy.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# protocols\n\n[![Build Status](https://travis-ci.org/axetroy/protocols.svg?branch=master)](https://travis-ci.org/axetroy/protocols)\n![License](https://img.shields.io/badge/license-MIT-green.svg)\n![Dart](https://img.shields.io/badge/dart-%3E=1.2.0-blue.svg?style=flat-square)\n\nGet the protocols of an input url.\n\n## Usage\n\n```dart\nimport 'package:protocols/protocols.dart' show protocols;\n\nvoid main(){\n  List\u003cString\u003e protos = protocols(\"https://www.google.com\");\n  print(protos);    // [https]\n  \n  List\u003cString\u003e protos = protocols(\"git+https@github.com:axetroy/protocols.git\");\n  print(protos);    // [git, https]\n  \n  List\u003cString\u003e protos = protocols(\"wss://example.com/api/v1\");\n  print(protos);    // [wss]\n}\n```\n\n## Test\n\n```bash\n./TEST\n```\n\n## Contribute\n\n```bash\ngit clone https://github.com/axetroy/protocols.git\ncd ./url-parse\npub get\n./TEST\n```\n\n## LICENSE\n\nThe [MIT License](https://github.com/axetroy/protocols/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxetroy%2Fprotocols","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxetroy%2Fprotocols","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxetroy%2Fprotocols/lists"}