{"id":15684776,"url":"https://github.com/erfanium/abstract-client","last_synced_at":"2026-01-08T02:50:51.268Z","repository":{"id":114227344,"uuid":"377758234","full_name":"erfanium/abstract-client","owner":"erfanium","description":"This is my personal standard to create HTTP API clients","archived":false,"fork":false,"pushed_at":"2021-06-17T09:03:15.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T12:44:37.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/erfanium.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":"2021-06-17T08:26:21.000Z","updated_at":"2021-06-17T09:03:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4048a16-cb9d-4e16-a1f5-cbea98c9f4d1","html_url":"https://github.com/erfanium/abstract-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fabstract-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fabstract-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fabstract-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fabstract-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erfanium","download_url":"https://codeload.github.com/erfanium/abstract-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246307931,"owners_count":20756478,"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":[],"created_at":"2024-10-03T17:21:46.748Z","updated_at":"2026-01-08T02:50:51.207Z","avatar_url":"https://github.com/erfanium.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# abstract-client\nThis is my personal standard to create HTTP API clients\n\n**Under development**\n\n## Pros\nClients that have implemented this standard has these features *by default*:\n\n### Standard\nUses web-fetch api and other low-level standart stuff.  \nThere's lot of http clients right now, axios, got, ky, fetch and etc. But which one is better? In my opinion **the most standard of them**. fetch is simple, works everywhere and has a big ecosystem and most importantly, it's web standard.\n\n### Extendable\nMethods and low-level api's are easly extendable.  \nYou can modify default fetch instance with other compatible alternatives.\n\n### Mockable\nYou may create a client instance that should not actually work, for example in tests. It's not always easy without a standard that has already considered this.\n\n### Debuggable\nUses `debug` package under the hood\n\n### Standard Error Objects\nThis is often ignored but it's very important. Error objects should be expressive and must have debuggable content for both Development and Production environment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanium%2Fabstract-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferfanium%2Fabstract-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanium%2Fabstract-client/lists"}