Skip to content

Instantly share code, notes, and snippets.

View jstoiko's full-sized avatar

Jonathan Stoikovitch jstoiko

View GitHub Profile
@jstoiko
jstoiko / affirmation
Created June 22, 2018 22:09
MuleSoft Contributor Agreement Acceptance by Jon
I, Jon, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Fri Jun 22 2018 15:09:50 GMT-0700 (PDT)
@jstoiko
jstoiko / affirmation
Created June 22, 2018 21:26
MuleSoft Contributor Agreement Acceptance by Jon
I, Jon, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Fri Jun 22 2018 14:26:46 GMT-0700 (PDT)
@jstoiko
jstoiko / affirmation
Created June 22, 2018 21:26
MuleSoft Contributor Agreement Acceptance by Jon
I, Jon, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Fri Jun 22 2018 14:26:16 GMT-0700 (PDT)
@jstoiko
jstoiko / affirmation
Created June 22, 2018 21:09
MuleSoft Contributor Agreement Acceptance by Jon
I, Jon, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Fri Jun 22 2018 14:09:32 GMT-0700 (PDT)
@jstoiko
jstoiko / affirmation
Created May 7, 2018 21:39
MuleSoft Contributor Agreement Acceptance by Jon
I, Jon, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Mon May 07 2018 14:39:43 GMT-0700 (PDT)
#%RAML 1.0 Trait
usage: Apply this to a method that supports sparse fieldsets
queryParameters:
fields?:
type: string
pattern: (<<fieldset>>),?
#%RAML 1.0
title: Example API
mediaType: application/json
traits:
sparsable: !include sparsable.raml
/resource:
get:
is: [ sparsable: { fieldset: Foo|Bar } ]
@jstoiko
jstoiko / affirmation
Created March 20, 2018 02:58
MuleSoft Contributor Agreement Acceptance by Test2
I, Test2, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Mon Mar 19 2018 19:58:50 GMT-0700 (PDT)
@jstoiko
jstoiko / affirmation
Created March 20, 2018 02:57
MuleSoft Contributor Agreement Acceptance by Test Jo
I, Test Jo, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Mon Mar 19 2018 19:57:51 GMT-0700 (PDT)
#%RAML 1.0
title: Human API
types:
Human:
type: object
properties:
first_name: string
last_name: string
age?: number