network-services
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "network-services", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -156,14 +156,11 @@ # _Network⬄Services_ | ||
### The ServiceApp Class | ||
_public_ **service.createServiceApp\<T\>(app, options)** | ||
#### service.createServiceApp\<T\>(app, options) | ||
- `app` `<object>` An instance of your application. | ||
- `options` `<ServiceAppOptions<T>>` | ||
- `paths` `<Array<PropPath<Async<T>>>>` An `Array` of _property paths_ (i.e., dot-path `string`s). _If defined_, only property paths in this list may be called on the Service App. Each element of the array is a `PropPath` and a `PropPath` is simply a dot-path `string` representation of a property path. Please see the [Nested Method](https://github.com/faranalytics/network-services/tree/main/examples/nested_method) example for a working implementation. **Default:** `undefined`. | ||
- Returns: `<ServiceApp<T>>` | ||
### The ServiceAPI Class | ||
Returns: `<ServiceApp<T>>` | ||
#### service.createServiceAPI\<T\>(options) | ||
_public_ **service.createServiceAPI\<T\>(options)** | ||
@@ -170,0 +167,0 @@ - `options` `<ServiceAPIOptions>` |
73391
367