{"id":17766590,"url":"https://github.com/floatdrop/sent","last_synced_at":"2025-03-15T13:30:50.474Z","repository":{"id":19614799,"uuid":"22866167","full_name":"floatdrop/sent","owner":"floatdrop","description":"Like got, but sent","archived":false,"fork":false,"pushed_at":"2015-02-08T14:05:05.000Z","size":384,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T01:31:43.535Z","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":"2014-08-12T05:44:41.000Z","updated_at":"2017-10-02T19:06:47.000Z","dependencies_parsed_at":"2022-08-23T20:40:25.892Z","dependency_job_id":null,"html_url":"https://github.com/floatdrop/sent","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fsent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fsent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fsent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fsent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floatdrop","download_url":"https://codeload.github.com/floatdrop/sent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243508138,"owners_count":20301958,"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:55.221Z","updated_at":"2025-03-15T13:30:50.466Z","avatar_url":"https://github.com/floatdrop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sent [![Build Status](https://travis-ci.org/floatdrop/sent.svg?branch=master)](https://travis-ci.org/floatdrop/sent)\n\n\u003e Simplified HTTP/HTTPS upload requests\n\n__Deprecated:__ use [got](https://github.com/sindresorhus/got) directly.\n\nWrapper around [got](https://github.com/sindresorhus/got) to send POST data from arguments.\n\nUse [request](https://github.com/mikeal/request) if you need more.\n\n## Install\n\n```sh\n$ npm install --save sent\n```\n\n## Usage\n\n```js\nvar sent = require('sent');\n\n// Callback mode.\nsent('http://devnull-as-a-service.com/dev/null', 'Hello', function (err, data, res) {\n\tconsole.log(res.statusCode);\n});\n\n// Stream mode.\nsent('http://devnull-as-a-service.com/dev/null', 'Hello').pipe(fs.createWriteStream('index.html'));\n```\n\n#### sent(url, content, [options], [callback])\n\nSee [got](https://github.com/sindresorhus/got) for options explanation.\n\n## License\n\nMIT © [Vsevolod Strukchinsky](floatdrop@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fsent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloatdrop%2Fsent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fsent/lists"}