{"id":18319316,"url":"https://github.com/davidebruner/drupal-api-client","last_synced_at":"2025-04-05T21:33:31.571Z","repository":{"id":58032486,"uuid":"528854551","full_name":"DavideBruner/drupal-api-client","owner":"DavideBruner","description":"Simple JS client to use Drupal.org API","archived":false,"fork":false,"pushed_at":"2022-08-28T14:24:01.000Z","size":201,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T12:57:37.223Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DavideBruner.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":"2022-08-25T13:05:19.000Z","updated_at":"2024-04-26T18:13:57.000Z","dependencies_parsed_at":"2023-01-16T19:15:19.336Z","dependency_job_id":null,"html_url":"https://github.com/DavideBruner/drupal-api-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/DavideBruner%2Fdrupal-api-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideBruner%2Fdrupal-api-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideBruner%2Fdrupal-api-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavideBruner%2Fdrupal-api-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavideBruner","download_url":"https://codeload.github.com/DavideBruner/drupal-api-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406076,"owners_count":20933803,"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-11-05T18:13:00.610Z","updated_at":"2025-04-05T21:33:31.201Z","avatar_url":"https://github.com/DavideBruner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drupal-api-client\n\u003e A tiny, universal client for the Drupal.org API written in Typescript.\n\n[![version][version-image]][version-url]\n[![license][license-image]][license-url]\n[![size][size-image]][size-url]\n[![download][download-image]][download-url]\n\nA node.js module, which provides an object oriented wrapper for the [Drupal.org API](https://www.drupal.org/drupalorg/docs/apis/rest-and-other-apis).\n\n## Features \n- Tiny \u003c 2KB size gzip\n- Works in Node.js and in Browser\n- Built-in Typescript support\n\n## Installation 🔧\n```bash\nnpm install -S drupal-api-client\nor \n\nyarn add drupal-api-client\n```\n\n## Usage ✨\n\n###  Create the Drupal API client\n```js\n// With ES5\nvar DrupalApi = require('drupal-api-client');\n\n// With ES6\nimport DrupalApi from 'drupal-api-client';\n\n// Initialize\nvar client = new DrupalApi();\n\nclient.getNodes().then((data) =\u003e {\n    console.log(data)\n})\n```\n\n## Documentation\n\nCan't find what you need in the readme? For more information and some available filtering options check out the official documentation: https://www.drupal.org/drupalorg/docs/apis/rest-and-other-apis\n\n[version-image]: https://img.shields.io/npm/v/drupal-api-client\n[version-url]: https://npmjs.org/package/drupal-api-client\n\n[license-image]: https://img.shields.io/npm/l/drupal-api-client\n[license-url]: hhttps://github.com/DavideBruner/drupal-api-client/tree/main/LICENSE.txt\n\n[size-image]: https://img.shields.io/bundlephobia/minzip/drupal-api-client\n[size-url]: https://github.com/DavideBruner/drupal-api-client/tree/main/dist/index.js\n\n[download-image]: https://img.shields.io/npm/dm/drupal-api-client\n[download-url]: https://www.npmjs.com/package/drupal-api-client","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidebruner%2Fdrupal-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidebruner%2Fdrupal-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidebruner%2Fdrupal-api-client/lists"}