public function catchArticleProperty($fileName)
 {
     $url = "https://api.github.com/repos/SwiftGGTeam/source/contents/_posts/" . $fileName . "?ref=master";
     $reponse = NetUtil::cURLHTTPSGet($url, 20);
     return $reponse;
 }