PHP Classes

File: config/hackerearth.php

Recommend this page to a friend!
  Classes of Ankit Jain   Hacker Earth API   config/hackerearth.php   Download  
File: config/hackerearth.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Hacker Earth API
Check code of a given language using Hacker Earth
Author: By
Last change:
Date: 6 years ago
Size: 385 bytes
 

Contents

Class file image Download
<?php

return [
   
/*
    |--------------------------------------------------------------------------
    | HackerEarth API KEY
    |--------------------------------------------------------------------------
    |
    | https://api.hackerearth.com/v3/code/
    | https://api.hackerearth.com/v3/code/
    |
    */
   
'api_key' => env('HACKEREARTH_SECRET_KEY', 'CLIENT_SECRET_KEY'),
];