Skip to content

Instantly share code, notes, and snippets.

View dzuluagaapigee's full-sized avatar

Diego dzuluagaapigee

View GitHub Profile
@dzuluagaapigee
dzuluagaapigee / markdowntodo.md
Last active March 25, 2017 17:40
markdown test
  • Test adding a comment
  • Test second comment
  • test code
var test = "test"
@dzuluagaapigee
dzuluagaapigee / trigger event.js
Last active August 29, 2015 14:00
New Gist using IFTTT
var iloveifttt = "this is awesome";
@dzuluagaapigee
dzuluagaapigee / Apigee Negative Conditions.xml
Last active August 29, 2015 14:00
How to use negative conditions in Apigee Steps
This is useful when a policy is to be assigned a value only when the query parameter is passed, so the assign message variable only executed if that condition is satisfied.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TargetEndpoint name="Email-Target">
<Description/>
<FaultRules/>
<Flows/>
<HTTPTargetConnection>
<Properties/>
<URL>https://api.usergrid.com</URL>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>my-project</artifactId>
<version>1.0</version>
<build>