Skip to content

Instantly share code, notes, and snippets.

View imondal007's full-sized avatar

Imran Mondal imondal007

View GitHub Profile
This file has been truncated, but you can view the full file.
curl 'https://api.app.accessdoctor.co.uk/v1/user_purchase/add_to_cart/' \
-H 'sec-ch-ua-platform: "macOS"' \
-H 'Authorization: Token 6fb8a5e72665f308febdd2ffb423f6f668b0bfb3' \
-H 'Referer: https://accessdoctor.co.uk/' \
-H 'sec-ch-ua: "Chromium";v="148", "Microsoft Edge";v="148", "Not/A)Brand";v="99"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
--data-raw '{"treatment_id":"fd477dcc-6408-4767-958d-4b8ddd464550","variation_id":"51787f55-11c1-4cda-93a7-eadaf1f5e9de","quantity":1,"consent_data":[{"qs":"What is your gender?","ans":"Male","section":"general-health"},{"qs":"Do you need help completing this form?","ans":"No","section":"general-health"},{"qs":"What is your date of birth?","ans":"{\"day\":\"22\",\"month\":\"10\",\"year\":\"1996\"}","section":"general-health"},{"qs":"What is your
@imondal007
imondal007 / turnstile.json
Last active September 27, 2024 15:28
turnstile
{
"isUpdated": false
}
import {useEffect} from 'react';
import {Platform} from 'react-native';
import firebase from 'react-native-firebase';
import AsyncStorage from '@react-native-community/async-storage';
import * as RootNavigation from '../routes/RootNavigation';
import {useTranslation} from 'react-i18next';
function FCMListeners(props) {
let notificationListener;
let notificationDisplayedListener;
{"apikey":"s2FfTbR3y89oAiNIDa3PtzFpx55thr","phone":"+8801778899000","authtoken":"55183c59-1f3b-4d98-ab60-c2e89ffceb2a","serviceId":194,"vehicleId":7089,"appType":"android","serviceDeliveryType":"home","discountPercantage":12,"CashBackPercentage":null,"CashBackAmount":null,"totalPrice":49285,"additionalServiceInformationForSparkPlug":{"Spark Plug_Model":"Conventional BE529Y 11","Spark Plug_Amount":"4","Spark Plug_Unit Type":"Piece"},"additionalServiceInformation":{"Engine Oil_Amount":4,"Engine Oil_Manufacturer":1,"Engine Oil_Model":3,"Engine Oil_Unit Type":"Liter","Engine Flushing Oil_Amount":2,"Engine Flushing Oil_Unit Type":"Liter","Air Filter_Model":93,"Oil Filter_Model":94},"userResponse":"[{\"serviceId\":82,\"selected\":\"4,4\",\"price\":10320},{\"serviceId\":3,\"selected\":2,\"price\":4980},{\"serviceId\":2,\"selected\":12,\"price\":3480},{\"serviceId\":39,\"selected\":2,\"price\":2990},{\"serviceId\":185,\"selected\":2,\"price\":3000},{\"serviceId\":61,\"selected\":2,\"price\":1990},{\"serviceId\":68,\"
{"ContentEncoding":null,"ContentType":null,"Data":{"triplist":[{"row":1,"id":2992,"userid":150,"numDrowsiness":0,"numPhone":0,"tripscore":10.0,"triplength":"D: 0 H: 0 M: 0 S: 12","tripdatetime":"2021-02-02T11:55:10.68","numPassenger":0,"maxSpeed":0.0,"routeSpeedString":null,"roadString":null,"speedString":null,"isAccident":false,"DetectionTime":"2021-02-02T05:55:22.993","FileType":2,"Inside":true,"Url":null,"TotalList":64},{"row":2,"id":2991,"userid":150,"numDrowsiness":0,"numPhone":0,"tripscore":10.0,"triplength":"D: 0 H: 0 M: 0 S: 57","tripdatetime":"2021-02-02T11:53:20.383","numPassenger":0,"maxSpeed":0.0,"routeSpeedString":null,"roadString":null,"speedString":null,"isAccident":false,"DetectionTime":"2021-02-02T05:54:18.147","FileType":3,"Inside":true,"Url":null,"TotalList":64},{"row":3,"id":2990,"userid":150,"numDrowsiness":0,"numPhone":0,"tripscore":10.0,"triplength":"D: 0 H: 0 M: 0 S: 19","tripdatetime":"2021-02-01T18:27:52.88","numPassenger":0,"maxSpeed":0.0,"routeSpeedString":null,"roadString":null,"s
{"apikey":"s2FfTbR3y89oAiNIDa3PtzFpx55thr","authtoken":"80c33e01-1d9d-4d69-a6ad-93a92dbc6078","ResourceId":601,"ResourceType":2,"HourlyRate":20,"ResourceCommission":20,"AddressTitleInEnglish":"Home","AdressTitle":"বাসা","AddressTitleId":1,"FullAddress":"5 Road-5, Dhaka 1230, Bangladesh","Lattitude":23.864443331633748,"Longitude":90.38867035880685,"dayTime":[{"id":6,"en":"Saturday","bn":"শনি","slots":[{"id":1,"label":{"en":"Full time","bn":"ফুল টাইম"},"hint":{"en":"8 AM - 6 PM","bn":"৮টা - ৬টা"},"fromTime":"08:00:00","toTime":"18:00:00","duration":10,"isActive":true}],"isActive":true}],"ResourceProfileId":null,"IsAvailable":null}
# Build pipeline script
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
- develop
pr:
branches:
# Build pipeline script
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
- develop
pr:
branches:
import React, { useState, useEffect, useRef, useContext } from 'react';
import {
Text,
Dimensions,
ScrollView,
View,
ActivityIndicator
} from 'react-native';
import { TextInput, HelperText } from 'react-native-paper';
import { useForm } from 'react-hook-form';
/**
* @flow
*/
import React, { Fragment } from 'react';
import { Text, View, TouchableOpacity } from 'react-native';
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
import ItemSeparatorView from 'src/components/ItemSeparatorView';
import globalStyles from 'src/style/globalStyles';
import { COLOR_ORANGE, COLOR_PRIMARY, COLOR_GRAY_200 } from 'src/style/colors';