Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
gas-api-run
Advanced tools
Google Apps Script Execution API Javascript client
First, install gas-api-run using npm (we assume you have pre-installed node.js).
npm install gas-api-run --save
app.js:
import Client from 'gas-api-run'
const config = {
clientId: "<YOUR_CLIENT_ID>",
scopes: ["https://www.googleapis.com/auth/spreadsheets"],
scriptId: "<YOUR_SCRIPT_ID_FOR_DEVELOPMENT>"
};
const client = new Client(config);
global.init = client.init.bind(client);
index.hml
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Google Apps Script Execution API Javascript client library Example</title>
</head>
<body>
<div>
....
</div>
<script src="app.js"></script>
<script src="https://apis.google.com/js/client.js?onload=init"></script>
</body>
</html>
Apache 2.0 License
This module is based on JavaScript Quickstart sample code of Google Apps Script and according to terms described in the Apache 2.0 License.
FAQs
Google Apps Script Execution API Javascript client
The npm package gas-api-run receives a total of 0 weekly downloads. As such, gas-api-run popularity was classified as not popular.
We found that gas-api-run demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.