Skip to content

Commit

Permalink
flair
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwit committed Dec 12, 2020
1 parent b8ab666 commit 471b10d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// 🍦 Chill friend, this code is generated
// 🤔 Probably best not to touch it
//
import Foundation

public struct {{ endpoint.name }}: APIRequest {
Expand Down
4 changes: 4 additions & 0 deletions Sources/APIClientGenerator/utilities/templates/enum.stencil
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// 🍦 Chill friend, this code is generated
// 🤔 Probably best not to touch it
//
import Foundation

public enum {{ enum.name }}: String, Codable {
Expand Down
4 changes: 4 additions & 0 deletions Sources/APIClientGenerator/utilities/templates/model.stencil
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// 🍦 Chill friend, this code is generated
// 🤔 Probably best not to touch it
//
import Foundation

public struct {{ model.name }}: Codable {
Expand Down

0 comments on commit 471b10d

Please sign in to comment.