Thanks to visit codestin.com
Credit goes to github.com

Skip to content

snaumann42/CurrentTimeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reading through Haoyi's post resonated with me on how complex projects can get with Typelevel Projects. Some solutions don't need to be perfect, they just need to prove out a point or handle an initial client base.

I decided to build out this simplistic API using Cask, uPickle, Requests and uTest to see how it went.

I ended up swapping uPickle out for Circe due to how optional values were encoded/decoded in JSON. uPickle handles Options such that a None/Null is an empty List in JSON and Some(someValue) is a JSON list with one element.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages