{"id":17766599,"url":"https://github.com/floatdrop/got-promise","last_synced_at":"2025-03-15T13:30:50.973Z","repository":{"id":29887213,"uuid":"33432652","full_name":"floatdrop/got-promise","owner":"floatdrop","description":"Promise wrapper around sindresorhus/got","archived":false,"fork":false,"pushed_at":"2015-07-25T07:31:35.000Z","size":164,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T01:31:41.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/floatdrop.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}},"created_at":"2015-04-05T06:30:56.000Z","updated_at":"2018-05-17T10:24:16.000Z","dependencies_parsed_at":"2022-08-03T13:30:11.129Z","dependency_job_id":null,"html_url":"https://github.com/floatdrop/got-promise","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgot-promise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgot-promise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgot-promise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgot-promise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floatdrop","download_url":"https://codeload.github.com/floatdrop/got-promise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243507736,"owners_count":20301885,"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-26T20:32:59.771Z","updated_at":"2025-03-15T13:30:50.967Z","avatar_url":"https://github.com/floatdrop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# got-promise [![Build Status](https://travis-ci.org/floatdrop/got-promise.svg?branch=master)](https://travis-ci.org/floatdrop/got-promise)\n\n__Deprecated__: Use `got` directly, since it now have Promise API :tada:.\n\n## Install\n\n```\n$ npm install --save got-promise\n```\n\n## Usage\n\n```js\nvar got = require('got-promise');\n\ngot('google.com')\n\t.then(function (res) {\n\t\tconsole.log(res.body);\n\t})\n\t.catch(function (err) {\n\t\tconsole.error(err);\n\t\tconsole.log(err.response.body);\n\t});\n\ngot.post('google.com'); // =\u003e Promise\n```\n\n\n## API\n\nLook at [sindresorhus/got](https://github.com/sindresorhus/got).\n\n## License\n\nMIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fgot-promise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloatdrop%2Fgot-promise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fgot-promise/lists"}