Skip to content

Instantly share code, notes, and snippets.

@t2-support-gists
t2-support-gists / CMS.jsp
Created September 14, 2012 18:09
CMS Java RESTFul App 1
<!--
Licensed by AT&T under 'Software Development Kit Tools Agreement.' 2012
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION: http://developer.att.com/sdk_agreement/
Copyright 2012 AT&T Intellectual Property. All rights reserved. http://developer.att.com
For more information contact [email protected]
-->
<%@ page import="com.att.api.cc.CallControlHandler"%>
<%@ page import="com.att.api.cc.model.CallControlResponse"%>
<%@ page import="com.att.api.util.DateUtil"%>
<%@ include file="getToken.jsp"%>
@t2-support-gists
t2-support-gists / CMS.php
Created September 14, 2012 18:08
CMS Php RESTFul App 1
<?php require 'index.php'; ?>
@t2-support-gists
t2-support-gists / First.rb
Created September 14, 2012 18:08
CMS Ruby RESTFul App 1
# Utility method for saying individual characters in a string
sayNumber = lambda { |text|
if text.nil? then
say "Please enter a valid number"
else
text.split("").each do |c|
say c
end
end
}
@t2-support-gists
t2-support-gists / Default.aspx
Created September 14, 2012 18:07
CMS Csharp RESTFul App 1
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="CallControl_App1" %>
<!DOCTYPE html>
<!--
Licensed by AT&T under 'Software Development Kit Tools Agreement.' 2013
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION: http://developer.att.com/sdk_agreement/
Copyright 2013 AT&T Intellectual Property. All rights reserved. http://developer.att.com
For more information contact [email protected]
-->
<!--[if lt IE 7]> <html class="ie6" lang="en"> <![endif]-->
@t2-support-gists
t2-support-gists / Default.aspx
Created September 14, 2012 18:07
CMS Vb RESTFul App 1
<%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="CallControl_App1" %>
<!DOCTYPE html>
<!--
Licensed by AT&T under 'Software Development Kit Tools Agreement.' 2013
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION: http://developer.att.com/sdk_agreement/
Copyright 2013 AT&T Intellectual Property. All rights reserved. http://developer.att.com
For more information contact [email protected]
-->
<!--[if lt IE 7]> <html class="ie6" lang="en"> <![endif]-->
@t2-support-gists
t2-support-gists / README.txt
Last active October 10, 2015 17:08
ADS Java RESTFul App 1
AT&T API Platform Sample Application
-------------------------------------
This file describes how to set up, configure, and run the Java Application
using AT&T's API Platform services. It covers all steps required to register
the application, and create and run one's own full-fledged sample applications
based on the generated API keys and secrets.
1. Configuration
@t2-support-gists
t2-support-gists / README.txt
Last active October 10, 2015 17:08
ADS PHP RESTFul App 1
AT&T API Platform Samples - Ad App 1
-------------------------------------
This application demonstrates the usage of the Advertisement API of AT&T platform.
The Advertisement API is a service that returns advertisements, thereby enabling the
developer to insert advertisements into their application.
This file describes how to set up, configure, and run the PHP Application of the
AT&T API Platform. It covers all steps required to register the application
and, based on the generated API keys and secrets, create and run one's
@t2-support-gists
t2-support-gists / README
Last active October 10, 2015 17:08
ADS Ruby RESTFul App 1
AT&T API Platform Sample Apps
--------------------------------------
This file describes how to set up, configure and run the Ruby sample
applications using the AT&T API Platform services. It covers all steps
required to register the applications on DevConnect as well as running the
sample applications locally.
1. Configuration
2. Installation
@t2-support-gists
t2-support-gists / README.txt
Created September 14, 2012 18:04
ADS Csharp RESTFul App 1
Reserve
@t2-support-gists
t2-support-gists / README.txt
Created September 14, 2012 18:02
ADS Vb RESTFul App 1
Reserve