Skip to content

KSF-Media/lettera-swift4-client

Repository files navigation

Swift4 API client for lettera

KSF Media's articles service

Changelog for V3:
  • Unified ListArticle and RelatedArticle into a single type ArticleStub. NOTE: In contrast to the old types, ArticleStub.relatedArticles is now an optional value.
  • Added endpoint /article/{uuid}/stub
  • Removed deprecated endpoint /article/search

Overview

This API client was generated by the OpenAPI Generator project. By using the [openapi-spec from a remote server, you can easily generate an API client.

  • API version: 3.0.0
  • Package version:
  • Build package: org.openapitools.codegen.languages.Swift4Codegen

Installation

Carthage

Run carthage update

CocoaPods

Run pod install

Documentation for API Endpoints

All URIs are relative to http://http:/v3

Class Method HTTP request Description
ArticlesAPI articleUuidGet GET /article/{uuid}
ArticlesAPI articleUuidStubGet GET /article/{uuid}/stub
CategoriesAPI categoriesGet GET /categories Read categories
ListsAPI frontpageGet GET /frontpage Returns a list for a front page
ListsAPI latestGet GET /latest Returns a list of latest articles
ListsAPI mostreadGet GET /mostread Returns a list of most read articles
ListsAPI presetPresetCategoryGet GET /preset/{preset}/{category} Load a preset model
ListsAPI presetPresetCategoryPost POST /preset/{preset}/{category} Update a preset model
ListsAPI searchGet GET /search Returns a list of search results
ListsAPI tagTagGet GET /tag/{tag} Returns a list of latest articles by tag

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

About

Autogenerated Swift client for our articles service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published