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 c4f14e8 commit 3b179b4Copy full SHA for 3b179b4
.changeset/rename-application-id-header.md
@@ -0,0 +1,6 @@
1
+---
2
+"@nylas/connect": patch
3
4
+
5
+Changed the header name from `x-nylas-application-public-id` to improve API consistency.
6
packages/nylas-connect/src/connect-client.ts
@@ -61,7 +61,7 @@ export class NylasConnect {
61
private static readonly NYLAS_CONNECT_VERSION: string = pkg.version;
62
private static readonly NYLAS_CONNECT_HEADER = "x-nylas-connect" as const;
63
private static readonly NYLAS_APPLICATION_ID_HEADER =
64
- "x-nylas-public-application-id" as const;
+ "x-nylas-application-public-id" as const;
65
66
constructor(config: ConnectConfig = {}) {
67
// Resolve configuration with environment variables and defaults
0 commit comments