Skip to content

Instantly share code, notes, and snippets.

View marcoreni's full-sized avatar
:shipit:

Marco Reni marcoreni

:shipit:
View GitHub Profile
@marcoreni
marcoreni / keybase.md
Last active September 11, 2019 17:33

Keybase proof

I hereby claim:

  • I am marcoreni on github.
  • I am marcoreni (https://keybase.io/marcoreni) on keybase.
  • I have a public key ASDlYOJhBDn6NMVJ1Jn0obT7z_dVyDbXpdW6cnwFzTSzmQo

To claim this, I am signing this object:

@marcoreni
marcoreni / index.js
Created May 4, 2018 09:12
chairo-error
const Hapi = require('hapi');
const seneca = require('seneca')();
const server = new Hapi.Server();
(async () => {
// Register plugin
try {
@marcoreni
marcoreni / oas3-nested-object.yaml
Created January 29, 2018 10:37
OAS3 specification with nested object
openapi: 3.0.0
paths:
/test:
post:
operationId: test
responses:
'200':
description: OK
content: