Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

NBTSolutions/logistify-rateserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppEngine URL: http://logistify-rateserver.appspot.com/
Public URL: http://api.logistify.co

Run mvn clean gae:unpack to download the sdk.

To build: mvn clean package
To run locally: mvn clean package gae:start (and then mvn gae:stop)
To deploy: mvn clean gae:deploy

Example query (conway):
http://api.logistify.co/?r={"fromZip":"23188","scac":"CNWY","terms":"PP","login":"logistify1","acct":null,"pass":"pass123","date":"06/14/12","freight":[{"cls":"50","weight":"1000"},{"cls":"77","weight":"2000"}],"toZip":"24060"}

Example response:
{
    note: "OK",
    netCharge: 801.14
}

Unit Tests:
Request /?test=true to invoke unit tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published