Skip to content

Epxerimental project to try to use URLSession to access a remote API.

Notifications You must be signed in to change notification settings

madcato/Swift-URLSession-Experiment

Repository files navigation

Swift URLSession Experiment

This is an epxerimental project to try to use URLSession to access a remote API.

(This project has a subproject, made in Ruby On Rails, to build the remote API)

Documentation

Requirements

Generate DTO structs (Optional)

$ cd Sources/Swift-URLSession-Experiment && bender generate codables ../../swift_ror_api/db/schema.rb

Run

$ swift run Swift-URLSession-Experiment

Run ror tests

$ cd swift_ror_api && rake test

About

Epxerimental project to try to use URLSession to access a remote API.

Topics

Resources

Stars

Watchers

Forks