Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Google Apps Script API, Apps Script projelerini programatik olarak oluşturmanıza, değiştirmenize ve dağıtmanıza olanak tanır. Bu işlemler için aksi takdirde Apps Script düzenleyiciyi kullanmanız gerekir. Uygulamalarınız, komut dosyası projelerinizi yönetmek, yeni komut dosyası sürümleri oluşturmak ve dağıtmak ve komut dosyası yürütme işlemlerini izlemek için API'yi kullanabilir.
Apps Script API, Apps Script Execution API'yi de değiştirip genişletir.
Apps Komut Dosyası API'sini, Yürütme API'sinde olduğu gibi Apps Komut Dosyası işlevlerini uzaktan yürütmek için kullanabilirsiniz.
API'ye genel bakış
Apps Script API, her biri belirli bir amaca ve gönderebileceğiniz istek grubuna sahip olan çeşitli kaynaklara ayrılmıştır. Bu kaynaklar şunlardır:
projects: Komut dosyası projesinin temsili. API, proje oluşturma, okuma, izleme ve değiştirme yöntemleri sunar.
projects.deployments
: Komut dosyası dağıtımının temsili. API, komut dosyası projesi dağıtımlarını oluşturma, listeleme, güncelleme ve silme yöntemleri sağlar.
projects.versions
: Komut dosyası projesi sürümünün temsili. API, proje sürümleri oluşturmak ve okumak için yöntemler sağlar.
processes: Komut dosyası işlevi yürütmesinin temsili. API, mevcut işlemleri listeleme ve bunlarla ilgili bilgi toplama (ör. tür ve mevcut durum) yöntemleri sağlar.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-12-21 UTC."],[[["The Google Apps Script API allows programmatic management of Apps Script projects, including creation, modification, and deployment."],["This API enables remote execution of Apps Script functions and extends the capabilities of the Apps Script Execution API."],["Developers can utilize the API to manage script projects, deploy versions, and monitor script executions."],["Key resources within the API include projects, deployments, versions, processes, and scripts for comprehensive control."],["It's crucial to enable the API and grant access for third-party app management of your scripts."]]],[]]