0.8.0 • Published 9 months ago

@client-zone/base v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

view on npm npm module downloads Gihub repo dependents Gihub package dependents Node.js CI js-standard-style

@client-zone/base

An isomorphic base class defining common logic used by all @client-zone API clients. Requires Node.js v18 and above for built-in fetch.

Exception structure

Error: 404: Not Found
    at NpmDownloads.fetch (file:///Users/lloyd/Documents/client-zone/npm/node_modules/@client-zone/base/index.js:57:25)
    ...etc
  request: {
    url: 'https://api.npmjs.org/downloads/point/last-month/@akdfdsaf/jdshfauybsfuyabdflbasdfdksahjsdhksdf',
    fetchOptions: {}
  },
  response: {
    status: 404,
    statusText: 'Not Found',
    body: '{"error":"package @akdfdsaf/jdshfauybsfuyabdflbasdfdksahjsdhksdf not found"}',
    headers: Headers {
      date: 'Sun, 01 Sep 2024 18:29:37 GMT',
      'content-type': 'application/json; charset=utf-8',
      ...etc
    }
  }
}

© 2021-24 Lloyd Brookes \75pound@gmail.com\.

Tested by test-runner.

0.8.0

9 months ago

0.7.1

10 months ago

0.7.0

10 months ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.5

2 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.1

3 years ago

0.4.2

3 years ago

0.4.0

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago