This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"images": { | |
"mobile": { | |
"1x": "https://res.cloudinary.com/classpass/image/upload/f_auto,q_auto,w_320,c_scale,h_160/hh45owvba8qofnxmwwiq.png", | |
"2x": "https://res.cloudinary.com/classpass/image/upload/f_auto,q_auto,w_640,c_scale,h_320/hh45owvba8qofnxmwwiq.png", | |
"3x": "https://res.cloudinary.com/classpass/image/upload/f_auto,q_auto/hh45owvba8qofnxmwwiq.png", | |
"v1x": "https://res.cloudinary.com/classpass/image/upload/f_auto,q_auto,w_320,c_scale,h_350/zhj0yaeweembxdje2u40.png", | |
"v2x": "https://res.cloudinary.com/classpass/image/upload/f_auto,q_auto,w_640,c_scale,h_700/zhj0yaeweembxdje2u40.png", | |
"v3x": "https://res.cloudinary.com/classpass/image/upload/f_auto,q_auto/zhj0yaeweembxdje2u40.png" | |
}, | |
"default": "https://res.cloudinary.com/classpass/image/upload/f_auto,q_auto/l1smmwfrhf1glaa5rycd.png" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Class { | |
let id: Int | |
init(id: Int) { | |
self.id = id | |
} | |
} | |
class Schedule { | |
let `class`: Class |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
google-api-python-client | |
google-auth-httplib2 | |
google-auth-oauthlib | |
python-dotenv | |
boto3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"plus_code" : { | |
"compound_code" : "G3JQ+2X Pudahuel, Chile", | |
"global_code" : "47RFG3JQ+2X" | |
}, | |
"results" : [ | |
{ | |
"address_components" : [ | |
{ | |
"long_name" : "Mina Cuesta Lo Aguirre", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Template for search results. | |
* | |
* @package Avada | |
* @subpackage Templates | |
*/ | |
// Do not allow directly accessing this file. | |
if ( ! defined( 'ABSPATH' ) ) { |
OlderNewer