DeskHubSharpRevised/ModelsLib
Wyatt J. Miller 818dd66f88 modified library fsproj
figured out that whatever is not compiled before call will result in a failure
2022-07-02 14:36:59 -04:00
..
Branch.fs updated branch model 2022-07-02 14:32:45 -04:00
Commit.fs updated commit model 2022-07-02 14:33:11 -04:00
Email.fs took out set property in password field 2022-07-02 14:33:49 -04:00
License.fs added license model 2022-07-01 23:01:20 -04:00
ModelsLib.fsproj modified library fsproj 2022-07-02 14:36:59 -04:00
Owner.fs added owner model 2022-07-01 23:01:28 -04:00
README.md added library readme 2022-07-01 23:02:43 -04:00
RepoDetail.fs added repodetail model 2022-07-02 14:34:07 -04:00
RequestList.fs updated requestlist model 2022-07-02 14:34:38 -04:00
Search.fs updated search model 2022-07-02 14:35:09 -04:00
Sort.fs added sort model 2022-07-01 23:02:20 -04:00
User.fs added user model 2022-07-02 14:35:17 -04:00

Models Library

Written by Wyatt J. Miller, 2022

Licensed by the Mozilla Public License version 2

Ehh?

I decided to rip out the existing models that were written in C# and replace them with the exact same models. The only difference is that these models are written in F#.

Why F#?

  1. .NET
    1. I didn't have to move forward and learn how everything worked
  2. Curiosity
    1. Never messed with F#
    2. Messed with it's functional cousins (i.e. Kotlin, Rust, etc.)

I HAD TO WRITE ALL THESE FILES BY HAND