コード例 #1
0
ファイル: CheckTests.cs プロジェクト: MichaelAzar/flickr-net
        public void CheckRequestAuthenticationThrowsExceptionWhenNothingPresent()
        {
            Flickr f = new Flickr();
            f.ApiKey = "X";
            f.ApiSecret = "Y";

            f.CheckRequiresAuthentication();
        }