Skip to content

Instantly share code, notes, and snippets.

@t2-support-gists
t2-support-gists / README.txt
Created March 18, 2013 18:49
ADS Java RESTFul App 1
Reserved
@t2-support-gists
t2-support-gists / README.txt
Created March 18, 2013 18:48
ADS Php RESTFul App 1
Reserved
@t2-support-gists
t2-support-gists / README.txt
Created March 18, 2013 18:48
ADS Ruby RESTFul App 1
Reserved
@t2-support-gists
t2-support-gists / Default.aspx
Last active December 15, 2015 02:49
ADS Csharp RESTFul App 1
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Ad_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
Last active December 15, 2015 02:49
ADS Vb RESTFul App 1
<%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="Ad_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 / DC.jsp
Last active October 10, 2015 17:08
DC Java RESTFul App 1
<!--
Licensed by AT&T under 'Software Development Kit Tools Agreement.' September 2011
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION: http://developer.att.com/sdk_agreement/
Copyright 2011 AT&T Intellectual Property. All rights reserved. http://developer.att.com
For more information contact [email protected]
-->
<%
response.addHeader("P3P", "CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"");
%>
<%@ page contentType="text/html; charset=iso-8859-1" language="java" %>
@t2-support-gists
t2-support-gists / README.txt
Last active October 10, 2015 17:08
DC Php RESTFul App 1
AT&T API Platform Samples - DC App 1
-------------------------------------
This application demonstrates the usage of Device Capabilities API of AT&T platform.
The application allows an AT&T subscriber to retrieve the device specific information
about the mobile device.
This file describes how to set up, configure and run the PHP Application of the
AT&T API Platform sample applications. It covers all steps required to register the
application and, based on the generated API keys and secrets,
@t2-support-gists
t2-support-gists / README
Last active October 10, 2015 17:08
DC 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 / Default.aspx
Last active October 10, 2015 17:08
DC Csharp RESTFul App 1
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="DC_App1" %>
<!--
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]-->
<!--[if IE 7]> <html class="ie7" lang="en"> <![endif]-->
@t2-support-gists
t2-support-gists / Default.aspx
Last active October 10, 2015 17:08
DC Vb RESTFul App 1
<%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="DC_App1" %>
<!--
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]-->
<!--[if IE 7]> <html class="ie7" lang="en"> <![endif]-->