nodebb-plugin-write-api icon indicating copy to clipboard operation
nodebb-plugin-write-api copied to clipboard

A RESTful JSON-speaking API allowing you to write things to NodeBB

Results 17 nodebb-plugin-write-api issues
Sort by recently updated
recently updated
newest added
trafficstars

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/NodeBB/nodebb-plugin-write-api). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express](http://expressjs.com/) ([source](https://redirect.github.com/expressjs/express)) | [`4.17.1` -> `4.20.0`](https://renovatebot.com/diffs/npm/express/4.17.1/4.20.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express/4.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdown-it](https://redirect.github.com/markdown-it/markdown-it) | [`^12.0.0` -> `^14.0.0`](https://renovatebot.com/diffs/npm/markdown-it/12.3.2/14.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/markdown-it/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/markdown-it/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsonwebtoken](https://redirect.github.com/auth0/node-jsonwebtoken) | [`^8.5.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/jsonwebtoken/8.5.1/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jsonwebtoken/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jsonwebtoken/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [async](https://caolan.github.io/async/) ([source](https://redirect.github.com/caolan/async)) | [`3.2.2` -> `3.2.6`](https://renovatebot.com/diffs/npm/async/3.2.2/3.2.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/async/3.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from v8 to v9 Breaking changes Removed support for Node versions 11...

dependencies

For rewriting when this API is merged into core... Follow's API is of the format `/api/v2/users/:uid/follow` where `:uid` is the person to follow, and `_uid` (or the uid from the...

bug

nodebb version 1.13.2 nodebb-plugin-write-api version 5.7.3 node.js version 12.14.1 post data: `username=Panama.City&password=12345678&email=panama.city%40domain.com` http request option: ``` { hostname: 'localhost', port: 4567, path: '/api/v2/users', method: 'POST', timeout: 5000, headers: { Authorization:...