{"id":26395660,"url":"https://github.com/elasticemail/elasticemail-ts-axios","last_synced_at":"2025-03-17T11:18:55.987Z","repository":{"id":57682104,"uuid":"366327497","full_name":"ElasticEmail/elasticemail-ts-axios","owner":"ElasticEmail","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-25T12:47:44.000Z","size":281,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-04-14T07:27:32.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElasticEmail.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-05-11T09:30:17.000Z","updated_at":"2024-04-14T07:27:32.331Z","dependencies_parsed_at":"2023-01-22T02:03:54.796Z","dependency_job_id":null,"html_url":"https://github.com/ElasticEmail/elasticemail-ts-axios","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.41666666666666663","last_synced_commit":"d8f4ab1d105b8b546322198cc4345b397ad9f126"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticEmail%2Felasticemail-ts-axios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticEmail%2Felasticemail-ts-axios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticEmail%2Felasticemail-ts-axios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElasticEmail%2Felasticemail-ts-axios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElasticEmail","download_url":"https://codeload.github.com/ElasticEmail/elasticemail-ts-axios/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244022684,"owners_count":20385134,"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":"2025-03-17T11:18:55.339Z","updated_at":"2025-03-17T11:18:55.976Z","avatar_url":"https://github.com/ElasticEmail.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## elasticemail-client-ts-axios@4.0.25\n\nThis generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:\n\nEnvironment\n* Node.js\n* Webpack\n* Browserify\n\nLanguage level\n* ES5 - you must have a Promises/A+ library installed\n* ES6\n\nModule system\n* CommonJS\n* ES6 module system\n\nIt can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via `package.json`. ([Reference](https://www.typescriptlang.org/docs/handbook/declaration-files/consumption.html))\n\n\n## Examples\n\nFunction ||\n------------ | ------------- \n[addCampaign](examples/functions/addCampaign.ts) | [readme](examples/functions/addCampaign.md)\n[addContacts](examples/functions/addContacts.ts) | [readme](examples/functions/addContacts.md)\n[addList](examples/functions/addList.ts) | [readme](examples/functions/addList.md)\n[addTemplate](examples/functions/addTemplate.ts) | [readme](examples/functions/addTemplate.md)\n[deleteCampaign](examples/functions/deleteCampaign.ts) | [readme](examples/functions/deleteCampaign.md)\n[deleteContact](examples/functions/deleteContact.ts) | [readme](examples/functions/deleteContact.md)\n[deleteList](examples/functions/deleteList.ts) | [readme](examples/functions/deleteList.md)\n[deleteTemplate](examples/functions/deleteTemplate.ts) | [readme](examples/functions/deleteTemplate.md)\n[exportContacts](examples/functions/exportContacts.ts) | [readme](examples/functions/exportContacts.md)\n[loadCampaign](examples/functions/loadCampaign.ts) | [readme](examples/functions/loadCampaign.md)\n[loadCampaignsStats](examples/functions/loadCampaignsStats.ts) | [readme](examples/functions/loadCampaignsStats.md)\n[loadChannelsStats](examples/functions/loadChannelsStats.ts) | [readme](examples/functions/loadChannelsStats.md)\n[loadList](examples/functions/loadList.ts) | [readme](examples/functions/loadList.md)\n[loadStatistics](examples/functions/loadStatistics.ts) | [readme](examples/functions/loadStatistics.md)\n[loadTemplate](examples/functions/loadTemplate.ts) | [readme](examples/functions/loadTemplate.md)\n[sendBulkEmails](examples/functions/sendBulkEmails.ts) | [readme](examples/functions/sendBulkEmails.md)\n[sendTransactionalEmails](examples/functions/sendTransactionalEmails.ts) | [readme](examples/functions/sendTransactionalEmails.md)\n[updateCampaign](examples/functions/updateCampaign.ts) | [readme](examples/functions/updateCampaign.md)\n[uploadContacts](examples/functions/uploadContacts.ts) | [readme](examples/functions/uploadContacts.md)\n\n### Building\n\nTo build and compile the typescript sources to javascript use:\n```\nnpm install\nnpm run build\n```\n\n### Publishing\n\nFirst build the package then run `npm publish`\n\n### Consuming\n\nnavigate to the folder of your consuming project and run one of the following commands.\n\n_published:_\n\n```\nnpm install elasticemail-client-ts-axios@4.0.25 --save\n```\n\n_unPublished (not recommended):_\n\n```\nnpm install PATH_TO_GENERATED_PACKAGE --save\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felasticemail%2Felasticemail-ts-axios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felasticemail%2Felasticemail-ts-axios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felasticemail%2Felasticemail-ts-axios/lists"}