apiembed icon indicating copy to clipboard operation
apiembed copied to clipboard

Embeddable API code snippets for your website, blog or API documentation

Results 25 apiembed issues
Sort by recently updated
recently updated
newest added

How can I change the content of the code?

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Config Example: ```javascript { "method": "POST", "url": "https://api.z-api.io/instances/SUA_INSTANCIA/token/SEU_TOKEN/send-text", "httpVersion": "HTTP/1.1", "queryString": [], "headers": [ { "name": "Content-Type", "value": "application/json" } ], etc..... ``` Result: ```javascript var http = require("https"); var...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.2 to 2.0.3. Commits eedf9a3 Don't ask escaping for boolean attributes at the beginning of attributes-list... 6f38adf Add in additional resources of 2 packages (#2945) d86ac52 new...

dependencies

Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.1. Release notes Sourced from pug's releases. [email protected] Bug Fixes Update with to resolve core-js deprecation notice (#3259) [email protected] Bug Fixes Sanitise the pretty option...

dependencies

I get a 404 page in Github when I try to use Apiembed.com. Is it still up and running?

For some reason, this is okay (notice the `prefer_sms` field): ```json {"cookies": [], "postData": {"mimeType": "application/json", "text": "{\"foo\": \"bar\", \"name\": \"Will Gates\", \"prefer_sms\": \"false\"}"}, "url": "http://mockbin.com/request", "queryString": [], "headers": [{"name":...

help wanted

Our API requires that customers send vnd mime types in both the Accept and Content-Type headers. With the C# example, the following code is provided: ``` var client = new...

help wanted