Skip to content

Instantly share code, notes, and snippets.

View tolgatasci's full-sized avatar
👨‍💼

Tolga tolgatasci

👨‍💼
  • istanbul
  • 08:19 (UTC -12:00)
View GitHub Profile
@tolgatasci
tolgatasci / dynamics_data.php
Created September 22, 2022 10:37
dynamics_data
$domain = "https://r.operations.dynamics.com";
$callback = json_decode(get_url($domain."/data",$token));
$i = 0;
$limit = 100;
$page = $request->get('page');
if(empty($page)){