{"id":13482956,"url":"https://github.com/NeuraLegion/har","last_synced_at":"2025-03-27T13:33:11.176Z","repository":{"id":30738237,"uuid":"125854993","full_name":"NeuraLegion/har","owner":"NeuraLegion","description":"HAR (HTTP Archive) parser in Crystal","archived":false,"fork":false,"pushed_at":"2024-02-21T15:47:21.000Z","size":344,"stargazers_count":22,"open_issues_count":0,"forks_count":7,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-14T13:11:31.057Z","etag":null,"topics":["crystal","har","http-archive","http-archive-format","json","parser"],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/NeuraLegion.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}},"created_at":"2018-03-19T12:36:04.000Z","updated_at":"2023-08-17T14:09:07.000Z","dependencies_parsed_at":"2022-08-07T15:45:44.678Z","dependency_job_id":"d8c9716e-db8e-4021-9139-5cecaaafd1f9","html_url":"https://github.com/NeuraLegion/har","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuraLegion%2Fhar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuraLegion%2Fhar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuraLegion%2Fhar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuraLegion%2Fhar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeuraLegion","download_url":"https://codeload.github.com/NeuraLegion/har/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245854753,"owners_count":20683411,"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":["crystal","har","http-archive","http-archive-format","json","parser"],"created_at":"2024-07-31T17:01:07.022Z","updated_at":"2025-03-27T13:33:10.876Z","avatar_url":"https://github.com/NeuraLegion.png","language":"Crystal","funding_links":[],"categories":["Data Formats"],"sub_categories":[],"readme":"# har [![CI](https://github.com/NeuraLegion/har/actions/workflows/ci.yml/badge.svg)](https://github.com/NeuraLegion/har/actions/workflows/ci.yml) [![Releases](https://img.shields.io/github/release/NeuraLegion/har.svg)](https://github.com/NeuraLegion/har/releases) [![License](https://img.shields.io/github/license/NeuraLegion/har.svg)](https://github.com/NeuraLegion/har/blob/master/LICENSE)\n\nHAR parser for version 1.2\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  har:\n    github: NeuraLegion/har\n```\n\n## Usage\n\n```crystal\njson = HAR.from_file(file)\n# or from string using HAR.from_string(String)\npp json\njson.version\n# =\u003e 1.2\njson.entries\n# etc..\n```\n\n## Development\n\nPretty much done.\nIf there is a needed feature please open an issue.\n\n## Testing\n\nTo run specs with debugging output you will have to set the `LOG_LEVEL` to debug.\n\n```crystal\nLOG_LEVEL=debug crystal spec\n```\n\n## Contributing\n\n1. [Fork it](https://github.com/NeuraLegion/har/fork)\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [bararchy](https://github.com/bararchy) Bar Hofesh - creator, maintainer\n- [Sija](https://github.com/Sija) Sijawusz Pur Rahnama - contributor, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNeuraLegion%2Fhar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNeuraLegion%2Fhar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNeuraLegion%2Fhar/lists"}