{"id":15063108,"url":"https://github.com/syneticnl/hyral","last_synced_at":"2025-10-04T22:31:47.914Z","repository":{"id":34828451,"uuid":"177537233","full_name":"SyneticNL/Hyral","owner":"SyneticNL","description":"Hypermedia oriented Resource API Layer","archived":true,"fork":false,"pushed_at":"2023-01-03T22:33:23.000Z","size":2249,"stargazers_count":34,"open_issues_count":28,"forks_count":2,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-01-17T19:55:08.206Z","etag":null,"topics":["agnostic-implementation","agnostic-to-frameworks","api-client","hypermedia","javascript","json-api-normalizer","json-api-serializer","jsonapi","promise","rest-api","vue","vuex"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SyneticNL.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-03-25T07:37:41.000Z","updated_at":"2024-10-02T14:06:42.000Z","dependencies_parsed_at":"2023-01-15T09:25:14.953Z","dependency_job_id":null,"html_url":"https://github.com/SyneticNL/Hyral","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyneticNL%2FHyral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyneticNL%2FHyral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyneticNL%2FHyral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyneticNL%2FHyral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyneticNL","download_url":"https://codeload.github.com/SyneticNL/Hyral/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235321046,"owners_count":18971234,"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":["agnostic-implementation","agnostic-to-frameworks","api-client","hypermedia","javascript","json-api-normalizer","json-api-serializer","jsonapi","promise","rest-api","vue","vuex"],"created_at":"2024-09-24T23:51:38.702Z","updated_at":"2025-10-04T22:31:42.577Z","avatar_url":"https://github.com/SyneticNL.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyral\n[![npm version](https://badge.fury.io/js/%40hyral%2Fcore.svg)](https://badge.fury.io/js/%40hyral%2Fcore)\n[![Known Vulnerabilities](https://snyk.io/test/github/SyneticNL/Hyral/badge.svg)](https://snyk.io/test/github/SyneticNL/Hyral)\n[![devDependencies Status](https://david-dm.org/syneticNL/Hyral/dev-status.svg)](https://david-dm.org/syneticNL/Hyral?type=dev)\n[![Build Status](https://travis-ci.org/SyneticNL/Hyral.svg?branch=master)](https://travis-ci.org/SyneticNL/Hyral)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/6f13bb6cf6c9e88410d3/test_coverage)](https://codeclimate.com/github/SyneticNL/Hyral/test_coverage)\n[![Maintainability](https://api.codeclimate.com/v1/badges/6f13bb6cf6c9e88410d3/maintainability)](https://codeclimate.com/github/SyneticNL/Hyral/maintainability)\n[![Technical Debt](https://flat.badgen.net/codeclimate/tech-debt/SyneticNL/Hyral)](https://codeclimate.com/github/SyneticNL/Hyral/trends)\n\n| | |\n|---|---|\n| Core | [![Hyral core](https://badgen.net/bundlephobia/minzip/@hyral/core)](https://bundlephobia.com/result?p=@hyral/core) |\n| Core + JSON:API | [![Hyral core + JsonApi](https://badgen.net/bundlephobia/minzip/@hyral/json-api)](https://bundlephobia.com/result?p=@hyral/json-api) |\n| Core + Vue | [![Hyral Vue + VueJS](https://badgen.net/bundlephobia/minzip/@hyral/vue)](https://bundlephobia.com/result?p=@hyral/vue) |\n\nHyral (Hypermedia Resource oriented Api Layer) is an advanced, ORM-like, easy to use abstraction layer over your\nAPI('s).\n\n#\nThis is a monorepo containing the following packages:\n\n* [Core Hyral]\n* [JSON:API]\n* [Vue(x)]\n\n## Documentation\nSee the [Core Hyral] documentation.\n\nThe documentation contains a [Quick start guide] for a quick tour of the module.\n\n## Contributing\n\nSee [CONTRIBUTING]\n\n## Releases\n\nSee [Github Releases]\n\n## License\n\nAll code released under [MIT]\n\n[Core Hyral]: https://github.com/SyneticNL/Hyral/tree/master/packages/core/documentation\n[Quick start guide]: https://github.com/SyneticNL/Hyral/tree/master/packages/core/documentation/Guides/quick-start.md\n[JSON:API]: https://github.com/SyneticNL/Hyral/tree/master/packages/json-api\n[Vue(x)]: https://github.com/SyneticNL/Hyral/tree/master/packages/vue\n[github releases]: https://github.com/SyneticNL/Hyral/releases\n[CONTRIBUTING]: https://github.com/SyneticNL/Hyral/blob/master/CONTRIBUTING.md\n[mit]: https://github.com/SyneticNL/Hyral/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyneticnl%2Fhyral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyneticnl%2Fhyral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyneticnl%2Fhyral/lists"}