Skip to content

Instantly share code, notes, and snippets.

View isalew's full-sized avatar

Isaac isalew

View GitHub Profile
@isalew
isalew / RestClient.java
Created August 18, 2017 21:41 — forked from noeticpenguin/RestClient.java
A basic Rest Client for Salesforce's Apex
Public with sharing virtual class RestClient {
Public class RestClientException extends Exception {}
/*
* class variable creation - DO NOT EDIT
*/
Public Map<String,String> headers;
Public String url;
Public String method;
@isalew
isalew / Export to CSV.ajs
Last active October 13, 2023 20:59 — forked from smileham/Export to CSV.ajs
Export to CSV #jarchi
/*
* Export To CSV
*
* Requires jArchi - https://www.archimatetool.com/blog/2018/07/02/jarchi/
* Requires PapaParse - https://www.papaparse.com/
* Works with Import from CSV script - https://gist.github.com/smileham/1e57a5946235e780dee5a824f664aa3d
*
* Version 1: Export to CSV
* Version 1.1: Avoid duplicate concepts exported from diagram
* Version 1.2: Fix missing properties