-
Notifications
You must be signed in to change notification settings - Fork 42
chore(preview-middleware):adjust readme #3134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
heimwege
commented
Apr 16, 2025
•
edited
Loading
edited
- correct some wrong default values
- add default value columns everywhere
- separate value type and requirement type in different columns
- move requirement type from description and former type column to the new requirement type column
- rephrasing some descriptions
🦋 Changeset detectedLatest commit: 5db6a75 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- update for readMe looks nice
- changeset exist
Thanks @heimwege, approving.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@heimwege, here are my suggestions.
| `scp` | `boolean` optional | If set to true the proxy will execute the required OAuth routine for the ABAP environment on SAP BTP | | ||
| Option | Value Type | Requirement Type | Default Value | Description | | ||
| ------------- |------------|-----------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| `url` | `string` | mandatory (local) | `undefined` | Mandatory URL pointing to the backend system. *Not required if destination is provided and the proxy is running SAP Business Application Studio | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `url` | `string` | mandatory (local) | `undefined` | Mandatory URL pointing to the backend system. *Not required if destination is provided and the proxy is running SAP Business Application Studio | | |
| `url` | `string` | mandatory (local) | `undefined` | Mandatory URL pointing to the back-end system. *Not required if destination is provided and the proxy is running SAP Business Application Studio | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it backend
, back-end
or back end
?
| Option | Value Type | Requirement Type | Default Value | Description | | ||
| ------------- |------------|-----------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| `url` | `string` | mandatory (local) | `undefined` | Mandatory URL pointing to the backend system. *Not required if destination is provided and the proxy is running SAP Business Application Studio | | ||
| `destination` | `string` | mandatory (if no url) | `undefined` | Required if the backend system is available as destination in SAP Business Application Studio. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `destination` | `string` | mandatory (if no url) | `undefined` | Required if the backend system is available as destination in SAP Business Application Studio. | | |
| `destination` | `string` | mandatory (if no URL) | `undefined` | Required if the back-end system is available as destination in SAP Business Application Studio. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it backend
, back-end
or back end
?
|