ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Google Apps Script Library X Public Testing Place
2
https://github.com/huan/
3
4
I build this for help others to easy testing my gas library.
5
6
1. GasT - Google Apps Script Testing-framework
7
https://github.com/huan/gast
8
GasT is a TAP-compliant testing framework for Google Apps Script. It provides a easy way to verify that the GAS programs you write behave as expected.
9
10
2. GasL - Google Apps Script Logging-framework
11
https://github.com/huan/gasl
12
GasL is a unix syslog like logging framework for Google Apps Script(GAS). It provides a easy way for the GAS programs to log messages to Spreadsheet, LogEntries, RESTFUL API and Logger of GAS.
13
14
3. GasFreshdesk - Google Apps Script Library for Freshdesk API v2
15
https://github.com/huan/gas-freshdesk
16
GasFreshdesk is a easy to use Freshdesk API Class for GAS(Google Apps Script)
17
18
* Here has a public writable spreadsheet for write testing:
19
https://docs.google.com/spreadsheets/d/1_KRAtoDz2Pdcj9IPZI007I_gMzRyfmXf7gicgxVwYJc/edit#gid=201387302
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100