Skip to content

Commit

Permalink
Merge pull request #19 from Enchan1207/issue/18-SerializableAPICreden…
Browse files Browse the repository at this point in the history
…tial

[Modify #18] make APICredential Serializable
  • Loading branch information
Enchan1207 authored Apr 11, 2021
2 parents 636637c + 9b67d37 commit bee555b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/YoutubeKit/enums,structs/Credentials.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

public extension YoutubeKit {
// API系
struct APICredential{
struct APICredential: Serializable{
let APIKey: String
let clientID: String
let clientSecret: String
Expand Down

0 comments on commit bee555b

Please sign in to comment.