supersamples icon indicating copy to clipboard operation
supersamples copied to clipboard

Documentation and samples for your Node.js REST API

Results 18 supersamples issues
Sort by recently updated
recently updated
newest added

Hi, can I use decoded url's when I generate the doc , because I have url's with parameters and I wont my client to ask me what this %20% Thank...

post requests in form type got a json string curl payload output

The test for this looks like this: ``` it('should update existing metadata', function(done){ api.put('/api/participant/'+part2._id) .set('x-access-token', apiToken2) .send({ metadata : [{ key : 'Phone', value : '212-679-4251', group : 'Dental' },...

Hey @rprieto, thanks for building this awesome library! Have you considered adding the ability to describe each resource? For example: in the HTML output, a description at the top of...

Example tests: ``` describe("POST /session", function () { it("rejects invalid credentials") describe("local auth provider", function() { it("returns a new auth token") }); }); ``` I am currently using the HTML...

When using a markdown intro file, the top level items (#) show up and are clickable, but they do not have an anchor. The 2nd level items (##) show up...

Bumps [express](https://github.com/expressjs/express) from 4.16.4 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 [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies