Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 2.37 KB

README.md

File metadata and controls

65 lines (43 loc) · 2.37 KB

Swift5 API client for SCOAPIClient

REST API for Montgomery Blair High School's Silver Chips Online

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: v1
  • Package version:
  • Build package: org.openapitools.codegen.languages.Swift5ClientCodegen

Installation

Carthage

Run carthage update

CocoaPods

Run pod install

Documentation for API Endpoints

All URIs are relative to https://silverchips.mbhs.edu/api

Class Method HTTP request Description
ContentAPI contentList GET /content/
ContentAPI contentRead GET /content/{id}/
ImagesAPI imagesList GET /images/
ImagesAPI imagesRead GET /images/{id}/
ProfilesAPI profilesList GET /profiles/
ProfilesAPI profilesRead GET /profiles/{id}/
SectionsAPI sectionsList GET /sections/
SectionsAPI sectionsRead GET /sections/{id}/
StoriesAPI storiesList GET /stories/
StoriesAPI storiesRead GET /stories/{id}/
TagsAPI tagsList GET /tags/
TagsAPI tagsRead GET /tags/{id}/
UsersAPI usersList GET /users/
UsersAPI usersRead GET /users/{id}/

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author