{"_id":"@bazoj/apiclient-browser","_rev":"1-855a4659fdf3d14905c67ef66d013573","name":"@bazoj/apiclient-browser","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"@bazoj/apiclient-browser","version":"0.0.1","description":"@bazoj/api. Simple library for API implementation and consumption.","main":"index.js","author":{"name":"fahedsl"},"type":"module","license":"MIT","repository":{"type":"git","url":"git+https://gitlab.com/numanope/bazoj/api.git"},"keywords":["api","js","plain js","plain javascript","wrapper","simple"],"scripts":{"test":"jest"},"devDependencies":{"@babel/core":"^7.22.20","@babel/preset-env":"^7.22.20","babel-jest":"^29.7.0","jest":"^29.7.0","jest-environment-jsdom":"^29.7.0"},"gitHead":"5fa7c8d958c2c0ec11fe9248c270c25bc0eebe51","bugs":{"url":"https://gitlab.com/numanope/bazoj/api/issues"},"homepage":"https://gitlab.com/numanope/bazoj/api#readme","_id":"@bazoj/apiclient-browser@0.0.1","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-6Zq62uzC2bEdqpM0kcDWZ9CEBL/LeFudwlvnP8nuhpj+X2k//2KmPimP/Cwj71xc+49w1/0IwMVmvmtyoxac8A==","shasum":"d0bb14947d1b9d628dc90742649b22cca74af150","tarball":"https://registry.npmjs.org/@bazoj/apiclient-browser/-/apiclient-browser-0.0.1.tgz","fileCount":7,"unpackedSize":5556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAt+CKOab7fqCBeWnixqv8IlA0MNGwbhkEm7lFwkpSuGAiEAhrrujTd5E0PAaFTmuhAg4RTd+HL8yl94IOVwMB19A/k="}]},"_npmUser":{"name":"fahedsl","email":"fahedsl@yandex.com"},"directories":{},"maintainers":[{"name":"fahedsl","email":"fahedsl@yandex.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apiclient-browser_0.0.1_1695497087239_0.11261683042776793"},"_hasShrinkwrap":false},"0.0.2":{"name":"@bazoj/apiclient-browser","version":"0.0.2","description":"@bazoj/api. Simple library for API implementation and consumption.","main":"index.js","author":{"name":"fahedsl"},"type":"module","license":"MIT","repository":{"type":"git","url":"git+https://gitlab.com/numanope/bazoj/api.git"},"keywords":["api","js","plain js","plain javascript","wrapper","simple"],"scripts":{"test":"jest"},"devDependencies":{"@babel/core":"^7.22.20","@babel/preset-env":"^7.22.20","babel-jest":"^29.7.0","jest":"^29.7.0","jest-environment-jsdom":"^29.7.0"},"gitHead":"fc3eddcc62b592a4e145abd281ab3160d2ba6b07","bugs":{"url":"https://gitlab.com/numanope/bazoj/api/issues"},"homepage":"https://gitlab.com/numanope/bazoj/api#readme","_id":"@bazoj/apiclient-browser@0.0.2","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-S1xTo8LvM3fabjsE496UHIZY9h5nlgUUb8uivJ/Z59XMJQf9iRJ05se8okfCLqGGL4b9KWxb7s49O0sBZUmLLQ==","shasum":"ef1b0428d26dc81e89fbf3c682469c7b3d052ee2","tarball":"https://registry.npmjs.org/@bazoj/apiclient-browser/-/apiclient-browser-0.0.2.tgz","fileCount":9,"unpackedSize":7440,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDy7Ei14kYz+Gbs6FcgchErpKeX7afkqemk5F22tmAZ9gIhAL7FDzR5esvAF1XqhD8FFpEbML+OU4+bO5skOrRHmVlW"}]},"_npmUser":{"name":"fahedsl","email":"fahedsl@yandex.com"},"directories":{},"maintainers":[{"name":"fahedsl","email":"fahedsl@yandex.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apiclient-browser_0.0.2_1695505799432_0.005450003228501421"},"_hasShrinkwrap":false}},"time":{"created":"2023-09-23T19:24:47.131Z","0.0.1":"2023-09-23T19:24:47.415Z","modified":"2023-09-23T21:49:59.825Z","0.0.2":"2023-09-23T21:49:59.631Z"},"maintainers":[{"name":"fahedsl","email":"fahedsl@yandex.com"}],"description":"@bazoj/api. Simple library for API implementation and consumption.","homepage":"https://gitlab.com/numanope/bazoj/api#readme","keywords":["api","js","plain js","plain javascript","wrapper","simple"],"repository":{"type":"git","url":"git+https://gitlab.com/numanope/bazoj/api.git"},"author":{"name":"fahedsl"},"bugs":{"url":"https://gitlab.com/numanope/bazoj/api/issues"},"license":"MIT","readme":"\n# ApiClient Project\n\nPart of bazoj.\nThe `ApiClient` project is a JavaScript library for making HTTP requests. It provides a simple and consistent API for interacting with API services.\n\n\n## Features\n- Supports any HTTP method.\n- Checks network status before querying.\n\n\n## Installation\nYou can install the `ApiClient` library using npm:\n\n```bash\nnpm install apiclient\n```\n\n\n## Usage\n\nHere's a basic example of how to use the `ApiClient`:\n\n```javascript\nimport ApiClient from 'apiclient';\n\nconst client = new ApiClient();\nclient.set('GET', 'https://api.example.com/data');\nclient.query()\n  .then(data => console.log(data));\n```\n\n\n## Contributing\n\nWe welcome contributions!\n\n\n## License\nPlease refer to the [LICENSE](./LICENSE.md) file.\n","readmeFilename":"README.md"}