arena-js
arena-js copied to clipboard
are.na API wrapper for JavaScript
Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
Using `channel().get()` the docs mention that it will return a `total_pages` attribute in the `Channel` Object when using pagination, the following call does not. Am i missing something? ``` let...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Using the createBlock as documented in the README would throw an exception as passing a string through would break the regex. I added a small check to see whether the...
Just a heads up for the readme example, noticed that attempts to create a block using `arena.block().create("great-websites", "are.na/")` yielded a ``` .../node_modules/are.na/index.js:128 if (opts.content.match(/^https?:\/\//)) { ^ TypeError: Cannot read property...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Hey, is it possible to only search for text/image/attachement blocks based on the arena filters when searching?
I have yet to test this module in-browser, GET requests should already work in theory. Axios has options to automatically make the appropriate requests for other methods. Possibly allow a...
Need to find a more sane way to run tests. Shouldn't bog down the live API with requests. Currently tests are very repetitive and only test path construction and parameter...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.1 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...