1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extend the streaming to items. More... over 15 years ago
Extract functions for streaming results, and apply the to the 'items' method on each domain. Now both of these are streamed. More... over 15 years ago
Add more forms of attribute update to items to provide functional parity with the raw API. More... over 15 years ago
Fix bug in optionalString. Now domains are returned as a stream. If there are more on the server than returned by amazon in one request, more requests will be made as needed. More... over 15 years ago
Clumsy first attempt at making at stream from the domains list. More... over 15 years ago
start work on using streams for results that span multiple requests More... over 15 years ago
add items and attributes to the model More... over 15 years ago
Add a 'SimpleConnection' with interactive functions as well as the beginnings of a simple object model. More... over 15 years ago
Implement concrete Query and QueryWithAttributes More... over 15 years ago
Add more nice toString methods for attributes. More... over 15 years ago
Make the optional values more consistent. More... over 15 years ago
Fix bugs in GetAttributes and DeleteAttributes More... over 15 years ago
concrete implementation of DeleteAttributesRequest More... over 15 years ago
add a concrete class for PutAttributes More... over 15 years ago
correct a bug in the parameter encoding for PutAttributes More... over 15 years ago
add an exception to throw for simpeldb errors More... over 15 years ago
parse the error responses More... over 15 years ago
Add the 'DomainMetadata" request, response, etc. More... over 15 years ago
Correct a couple of bugs, add some sensible toString methods, and start associating responses with requests! More... over 15 years ago
Add a concrete implementation of CreateDomain (works yay!) More... over 15 years ago
Make a trivial concrete implementation and use it to send a message (works yay!) More... over 15 years ago
Now that we have the components, add classes to parse the responses. More... over 15 years ago
Parse the result from QueryWithAttributes More... over 15 years ago
Read a set of attributes from the XML. A little more functional style. More... over 15 years ago
add the first parsed result More... over 15 years ago
Start working on breaking down the responses. More... over 15 years ago
complete request encoding by finishing off Query and QueryWithAttributes More... over 15 years ago
- Rename a few requests for consistency - imperative implementation of parameter coding for "DeleteAttributes" More... over 15 years ago
work on specific parameters for CreateDomains, DeleteDomains, ListDomains, and PutAttributes More... over 15 years ago
add simple set of traits to start define the available requests. More... over 15 years ago