Skip to content

tc/amazon-awis-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon AWIS Request
http://tommy.chheng.com

Docs for AWIS:
http://docs.amazonwebservices.com/AlexaWebInfoService/1-0/

Using Maven(or ivy, sbt, etc), add the following to your pom.xml:
<repositories>
    <repository>
        <id>tc-maven-repo</id>
        <url>https://github.com/tc/tc-maven-repo/raw/master/releases</url>
    </repository>
</repositories>


<dependencies>
    <dependency>
        <groupId>amazon</groupId>
        <artifactId>awis</artifactId>
        <version>1.0</version>
    </dependency>
</dependencies>


Usage:
     String siteUrl = "http://www.gmail.com";
     String requestUrl = Awis.makeUrl(accessKey, secretKey, siteUrl);

Deploy for developers:
mvn -DaltDeploymentRepository=repo::default::file:../../tc-maven-repo/releases clean deploy
mvn -DaltDeploymentRepository=snapshot-repo::default::file:../../tc-maven-repo/snapshots clean deploy

cd ../../tc-maven-repo && git add . && git commit -m "new update"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages