js-client icon indicating copy to clipboard operation
js-client copied to clipboard

A Open-API derived JS + Node.js API client for Netlify

Results 26 js-client issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [p-wait-for](https://togithub.com/sindresorhus/p-wait-for) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/p-wait-for/4.1.0/5.0.0) | [![age](https://badges.renovateapi.com/packages/npm/p-wait-for/5.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

type: bug

**- Do you want to request a *feature* or report a *bug*?**Feature **- What is the current behavior?** we only have js client **- If the current behavior is a...

good first issue

**- Do you want to request a _feature_ or report a _bug_?** Bug **- What is the current behavior?** When invoking a function locally using `netlify functions:invoke`, a type error...

(Enterprise) Customer who regularly uses [this call](https://open-api.netlify.com/#operation/createSiteInTeam) via this library has begun receiving 404 / Not found responses as of 2022-03-31T12:45:24.408-04:00 ; last successful POST was 2022-03-31T13:09:45.552-04:00. There is an...

type: bug
blocked
regression

Currently pagination is dictated via the `open-api` spec support and, for the list endpoints that support it, users will need to rely on the `per_page` and `page` params to iteratively...

type: feature

Hello there. I'm trying to import the UMD version in a Vue project that is based on webpack respectively https://laravel.com/docs/6.x/mix. It ends up in the following error message: ``` netlify:15357...

Hi, we have a feature that depends on knowing whether or not a deploy was a draft. The `listSiteDeploys` [docs](https://open-api.netlify.com/#operation/listSiteDeploys) for the api state that the `draft` property would be...

**Feature Request** **- What is the current behaviour?** The functions `listSiteSubmissions()` and `listFormSubmissions()` only returns valid submissions. In your docs, you can pass in a `?state=spam` path parameter, but when...

URL parameters should be percent-encoded using `encodeURIComponent()`. https://github.com/netlify/js-client/blob/b0bf6d41159d936747f16d63d02025709dcf7fc2/src/methods/url.js#L19 This fix should be a major release, since some clients might currently do this percent-encoding themselves. This is the case for example...

type: bug