Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 231 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 231 Bytes

Overview

Simple Networking API using URLSession with async/await.

Usage

  1. Open ApiEndpoint file and fill the enum with all your endpoints.
  2. For every endpoint, specify its path, method and url parameters if it has any.