0
I Use This!
Inactive

Commits : Listings

Analyzed 7 days ago. based on code collected 7 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added question searching. Supports SKQuestionTag CONTAINS value, SKQuestionTags CONTAINS (tags), and NOT(SKQuestionTags CONTAINS (tags))
davedelong
as Dave DeLong
More... almost 16 years ago
Endpoints are now created with a fetch request, so that validation methods can access more information
davedelong
as Dave DeLong
More... almost 16 years ago
Statistics can now be requested asynchronously
davedelong
as Dave DeLong
More... almost 16 years ago
Updated Mobile project with latest code
davedelong
as Dave DeLong
More... almost 16 years ago
Removed old code, added UserActivityEndpoint
davedelong
as Dave DeLong
More... almost 16 years ago
Added endpoints for Questions, Answers, and Comments
davedelong
as Dave DeLong
More... almost 16 years ago
Adding endpoints for badges, tags, and users
davedelong
as Dave DeLong
More... almost 16 years ago
Beginning refactor of request validation into SKEndpoint objects
davedelong
as Dave DeLong
More... almost 16 years ago
SKFetchRequest now only supports a single sort descriptor
davedelong
as Dave DeLong
More... almost 16 years ago
Added more SE API error codes
davedelong
as Dave DeLong
More... almost 16 years ago
Uppercasing some stuff
davedelong
as Dave DeLong
More... almost 16 years ago
Making private things more private
davedelong
as Dave DeLong
More... almost 16 years ago
Added predicate cleaning. Predicates that are using the @property name as a left keypath will have the value swapped out for the value expected by the predicate parsers.
davedelong
as Dave DeLong
More... almost 16 years ago
We can now retrieve data out of the JSON response\! It's alive\!\!\!
davedelong
as Dave DeLong
More... almost 16 years ago
Use the absolute URL of the base url when appending the api path
davedelong
as Dave DeLong
More... almost 16 years ago
Merge branch 'master' of github.com:davedelong/StackKit
davedelong
as Dave DeLong
More... almost 16 years ago
Added mobile project, and changed uses of Cocoa.h to Foundation.h (to allow for cross-compilation)
davedelong
as Dave DeLong
More... almost 16 years ago
Removed @synthesize for apiVersion on SKSite More... almost 16 years ago
Merge branch 'master' of github.com:davedelong/StackKit More... almost 16 years ago
minor constant rename
davedelong
as Dave DeLong
More... almost 16 years ago
Pulling constant definitions into SKDefinitions.h
davedelong
as Dave DeLong
More... almost 16 years ago
base path construction done for all major object types
davedelong
as Dave DeLong
More... almost 16 years ago
added MIT license information
davedelong
as Dave DeLong
More... almost 16 years ago
More cleanup. Building abstract parent class of questions and answers ('QAPost')
davedelong
as Dave DeLong
More... almost 16 years ago
Cleaning up the root folder
davedelong
as Dave DeLong
More... almost 16 years ago
Added a nicer NSLog() variant: SKLog
davedelong
as Dave DeLong
More... almost 16 years ago
Now compiles against the 10.5 SDK
davedelong
as Dave DeLong
More... almost 16 years ago
Finishing SKComment predicate validation and path construction
davedelong
as Dave DeLong
More... almost 16 years ago
Validating SKComment predicates
davedelong
as Dave DeLong
More... almost 16 years ago
starting to add api construction for comment retrieval
davedelong
as Dave DeLong
More... almost 16 years ago