We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f410d38 commit c3b96bdCopy full SHA for c3b96bd
src/publish/posit-cloud/api/index.ts
@@ -15,6 +15,7 @@ import {
15
} from "./types.ts";
16
17
import { md5Hash } from "../../../core/hash.ts";
18
+import { quartoConfig } from "../../../core/quarto.ts";
19
20
import { crypto } from "https://deno.land/[email protected]/crypto/mod.ts";
21
@@ -139,6 +140,7 @@ export class PositCloudClient {
139
140
141
const headers = {
142
Accept: "application/json",
143
+ "User-Agent": `quarto-cli/${quartoConfig.version()}`,
144
...authHeaders,
145
...contentTypeHeader,
146
};
0 commit comments