feat(Orbit Node): Deprecate Orbit nicely (#9962)

This commit is contained in:
Jon
2024-07-10 08:30:49 +01:00
committed by GitHub
parent e8e3d44146
commit 9577d9c847
6 changed files with 37 additions and 471 deletions

View File

@@ -8,6 +8,13 @@ export class OrbitApi implements ICredentialType {
documentationUrl = 'orbit';
properties: INodeProperties[] = [
{
displayName:
'Orbit has been shutdown and will no longer function from July 11th, You can read more <a target="_blank" href="https://orbit.love/blog/orbit-is-joining-postman">here</a>.',
name: 'deprecated',
type: 'notice',
default: '',
},
{
displayName: 'API Token',
name: 'accessToken',