Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am aliasmrchips on github.
  • I am aliasmrchips (https://keybase.io/aliasmrchips) on keybase.
  • I have a public key ASBIQ-XB2KOKAmojzv_cMYi5AhKK8k9nH1nMlYTjKyWEmgo

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 10 columns, instead of 3. in line 9.
date_label,date_start,title,loc,type,order,day,month,year,key
NA,2019-01-01,Parliamentary elections,Guinea,Election,1,1,January,2019,key dates
NA,2019-01-01,Romanian Presidency of the Council of the European Union,"Brussels, Belgium",Other,2,1,January,2019,key dates
NA,2019-01-01,"UNSC rotation: South Africa, Indonesia, Germany, Belgium, and Dominican Republic enter UNSC","New York, United States",Other,3,1,January,2019,key dates
NA,2019-01-22,World Economic Forum Annual Meeting,"Davos, Switzerland",High-level summit/conference,4,22,January,2019,key dates
NA,2019-02-01,G-5 Sahel Summit,"Ouagadougou, Burkina Faso",High-level summit/conference,5,1,February,2019,key dates
NA,2019-02-15,Munich Security Conference,"Munich, Germany",High-level summit/conference,6,15,February,2019,key dates
NA,2019-02-16,Presidential/Senate/House of Representatives elections,Nigeria,Election,7,16,February,2019,key dates
NA,2019-02-16,Presidential elections,El Salvador,Election,8,16,February,2019,key dates
NA,2019-02-24,Presidential
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
var getToken = true;
var client_id = pm.environment.get('CLIENT_ID');
var client_secret = pm.environment.get('CLIENT_SECRET');
if (!pm.environment.get('JWT_TOKEN')) {
console.log('Token missing')
} else {
var decoded = (pm.environment.get('JWT_TOKEN')).split('.')[1];
Hello World!