Skip to content

Instantly share code, notes, and snippets.

View nearnshaw's full-sized avatar

Nicolas Earnshaw nearnshaw

  • Decentraland Foundation
  • Buenos Aires, Argentina
View GitHub Profile
#%RAML 0.8
title: muletallica
version: 1.0.0
baseUri: http://server/lights/{group}
/effects:
displayName: effects
/{group}:
displayName: group
/gamma:
displayName: gamma
@nearnshaw
nearnshaw / TestComponentExample.xml
Last active August 29, 2015 14:06
TestComponentExample
<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:spring="http://www.springframework.org/schema/beans"
xmlns:vm="http://www.mulesoft.org/schema/mule/vm"
xmlns:test="http://www.mulesoft.org/schema/mule/test"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-current.xsd
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/vm http://www.mulesoft.org/schema/mule/vm/current/mule-vm.xsd