christian-hawk / task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift5 API client for OpenAPIClient

API para registrar tarefas de manutenção e limpeza.

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: 1.0.0
  • 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 http://localhost

Class Method HTTP request Description
DefaultAPI tasksGet GET /tasks Lista todas as tarefas
DefaultAPI tasksPost POST /tasks Cria uma nova tarefa
DefaultAPI tasksTaskIdDelete DELETE /tasks/{taskId} Deleta uma tarefa específica
DefaultAPI tasksTaskIdGet GET /tasks/{taskId} Recupera detalhes de uma tarefa específica
DefaultAPI tasksTaskIdPut PUT /tasks/{taskId} Atualiza uma tarefa específica

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

About


Languages

Language:Swift 96.5%Language:Shell 2.7%Language:Ruby 0.9%