33 Commits

Author SHA1 Message Date
25bac4882c Merge branch 'release/1.0.0' 1.0.0 2012-04-29 16:24:41 -04:00
0ea71bb94c Bump to 1.0.0. 2012-04-29 16:24:34 -04:00
34bcdba362 Fleshed out README some more. 2012-04-29 16:23:44 -04:00
17a97c7966 Bumped TODO a little bit. 2012-04-29 16:15:27 -04:00
24b3a04916 Merge branch 'feature/java-interop' into develop 2012-04-29 15:35:20 -04:00
0461c3cd96 Updated README to reflect Java-oriented API. 2012-04-29 15:32:57 -04:00
d27ceb87ce Changed public most interfaces to use Java collections classes instead of Scala collections. 2012-04-29 15:27:00 -04:00
53ecc21d8a Straightened out doing product searches against multiple fields at once. 2012-04-29 15:21:55 -04:00
5da6253a35 Updated README. 2012-04-28 17:47:12 -04:00
7511c15d6e Added build instructions to README. 2012-04-28 17:44:52 -04:00
2e5301c38c Added overloaded constructors and get methods to all actions for better Java interop. 2012-04-28 17:34:12 -04:00
01af2cf8ee Got rid of debug printing statements in tests. 2012-04-28 17:04:59 -04:00
1709eb4eb6 Added maven-assembly-plugin stanza to pom for building a jar with dependencies. 2012-04-28 17:04:50 -04:00
a68510f401 README formatting. 2012-04-28 16:57:02 -04:00
2b22bb41ea Updated README. 2012-04-28 16:51:37 -04:00
a8d399bb2b Version bump to 1.0.0-SNAPSHOT. 2012-04-28 16:48:41 -04:00
db0adaf452 Slapped the GPL v3 on everything. 2012-04-28 16:48:05 -04:00
33570e23fe Got Product and Search queries running (and passing tests) with all includes turned on. 2012-04-28 16:35:08 -04:00
8682511b02 Fixed error in JSON formatting of facets parameter for Search. 2012-04-28 16:09:40 -04:00
dc2de5f68d Fixed error in JSON encoding of include and exclude parameters. 2012-04-28 16:08:00 -04:00
b94441ba41 Made basic tests for Search, Image, Review, and Product API calls. 2012-04-28 15:58:08 -04:00
88c5ff994c Changes to pom for previous commit. 2012-04-28 15:57:32 -04:00
9c5be4c384 Added a utility for supplying the API key to run tests with and a test for the utility. 2012-04-28 15:57:11 -04:00
efd3b8474b Added a template file for API key. 2012-04-28 15:25:40 -04:00
a8b44e8a08 Niceified formatting and renamed Base to BaseAction to match class name. 2012-04-28 14:20:13 -04:00
d6ce862f70 More improvements.
* src/main/scala/dstu/zappy/Product.scala: changed fields in response object to match returned JSON better.
* src/main/scala/dstu/zappy/Review.scala: added setters for page and start ID parameters.
2012-04-28 14:18:01 -04:00
af5b765d61 Neatened up code a little. 2012-04-28 13:41:33 -04:00
715c528a12 Refactored actions out into separate files. 2012-04-27 21:32:16 -04:00
3873f88235 Merge branch 'feature/json-decoding' into develop 2012-04-27 21:24:06 -04:00
647808c3a6 Got JSON decoding of query results working. 2012-04-27 21:23:50 -04:00
7837cd48a4 Threw together something for JSON reading/writing. Doesn't yet work, probably due to the need to mark fields as nullable. 2012-04-27 20:50:14 -04:00
8696bb59f3 Wrote a basic README. 2012-04-27 19:29:50 -04:00
dcaff4b74f Hello, world! First pass at everything; calls to search API look okay. No JSON decoding yet. 2012-04-27 19:15:05 -04:00