Skip to content

Commit

Permalink
get video info via post request using innertube api key 0xced#545
Browse files Browse the repository at this point in the history
get video info via post request using innertube api key 0xced#545
  • Loading branch information
sixty8 authored Jul 27, 2021
1 parent 3fbcb48 commit d31f04d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions XCDYouTubeKit/XCDYouTubeClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ NS_ASSUME_NONNULL_BEGIN
*/
@interface XCDYouTubeClient : NSObject

+ (NSString *)innertubeApiKey;
+ (void)setInnertubeApiKey:(NSString *)key;

/**
* ------------------
* @name Initializing
Expand Down

0 comments on commit d31f04d

Please sign in to comment.