function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
himanshu huske 7himanshu huske 7 

Retrive country info using rest api

Hi mighty developers,
Please help me with code,
I have custom Object : country
with fields (all text fields) :  Name,Capital City, Country ISO Code 2, Country ISO Code 3,  Region,  Regional Block, Sub Region.
URL : https://restcountries.eu/
Given Below is Url from where i have retrive information of all countries in above 'Country' object for respective field.
Please give me code for Batch Apex Callout for above scenerio