comparison Agendas/trunk/src/Agendas.Google.Test/App.config @ 189:fe47f11f5f20

Adapter para url shorten de google
author nelopauselli
date Tue, 09 Aug 2011 09:38:28 -0300
parents 71737419a839
children
comparison
equal deleted inserted replaced
188:49125b681709 189:fe47f11f5f20
6 </configSections> 6 </configSections>
7 7
8 <publicadores> 8 <publicadores>
9 <google enabled="true"> 9 <google enabled="true">
10 <calendar userName="altnethispano.desa@gmail.com" password="fA&amp;Ec3wU3est" calendarId="altnethispano.desa@gmail.com" /> 10 <calendar userName="altnethispano.desa@gmail.com" password="fA&amp;Ec3wU3est" calendarId="altnethispano.desa@gmail.com" />
11 <shorten urlAPI="https://www.googleapis.com/urlshortener/v1/url" />
11 </google> 12 </google>
12 </publicadores> 13 </publicadores>
13
14 <system.serviceModel>
15 <client>
16 <endpoint address="https://www.googleapis.com/urlshortener/v1"
17 binding="webHttpBinding"
18 bindingConfiguration="webBinding"
19 behaviorConfiguration="urlShortener"
20 contract="GoogleAPI.UrlShortener.IUrlShortenerService"
21 name="UrlShortenerREST" />
22 </client>
23
24 <bindings>
25 <webHttpBinding>
26 <binding name="webBinding">
27 <security mode="Transport"></security>
28 </binding>
29 </webHttpBinding>
30 </bindings>
31
32 <behaviors>
33 <endpointBehaviors>
34 <behavior name="urlShortener">
35 <webHttp />
36 </behavior>
37 </endpointBehaviors>
38 </behaviors>
39
40 </system.serviceModel>
41 </configuration> 14 </configuration>