Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
danjoa committed Oct 29, 2024
1 parent 4bff72e commit dd9ba82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 212 deletions.
208 changes: 0 additions & 208 deletions LICENSES/Apache-2.0.txt

This file was deleted.

2 changes: 1 addition & 1 deletion node.js/core-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ REST-style APIs using `srv.send()` tend to become protocol-specific, for example



## Class `cds.Service`
## `cds.Service` {.class}



Expand Down
6 changes: 3 additions & 3 deletions node.js/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Prefer local `req` objects in your handlers for accessing event context proper



## Class `cds.EventContext` { #cds-event-context }
## `cds.EventContext` { .class #cds-event-context }

[`cds.EventContext`]: #cds-event-context "Class cds.EventContext"

Expand Down Expand Up @@ -146,7 +146,7 @@ The current user, an instance of `cds.User` as identified and verified by the au



## Class `cds.Event` { #cds-event}
## `cds.Event` { .class #cds-event}
[`cds.Event`]: #cds-event "Class cds.Event"


Expand Down Expand Up @@ -232,7 +232,7 @@ Additional note about OData: For requests that are part of a changeset, the even



## Class `cds.Request` { #cds-request }
## `cds.Request` { .class #cds-request }

[`cds.Request`]: #cds-request "Class cds.Request"

Expand Down

0 comments on commit dd9ba82

Please sign in to comment.