Skip to content

0.1.0

Latest

Choose a tag to compare

@adamtheturtle adamtheturtle released this 26 Jun 16:34
2cb3cf4

First release of CoderPadKit, an unofficial Swift client for the CoderPad REST API.

  • CoderPadKit: typed models (pads, questions, organizations), encode-only request bodies, a raw CoderPadError, and CoderPadClient over a paginated transport (follows all pages, retries idempotent GETs, decodes off-main).
  • CoderPadKitMock: an opt-in in-process fake of the API with canned fixtures, for demo modes and tests with no network.
  • DocC documentation and Swift Package Index support.

Extracted from the PadBuddy macOS app.