1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/docs/interfaces/ServiceEndpoint.md
2023-05-02 15:59:59 +01:00

42 lines
804 B
Markdown

[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / ServiceEndpoint
# Interface: ServiceEndpoint
## Table of contents
### Properties
- [method](ServiceEndpoint.md#method)
- [serviceName](ServiceEndpoint.md#servicename)
- [urlPath](ServiceEndpoint.md#urlpath)
## Properties
### method
**method**: `string`
#### Defined in
[@types/Provider.ts:32](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/Provider.ts#L32)
___
### serviceName
**serviceName**: `string`
#### Defined in
[@types/Provider.ts:31](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/Provider.ts#L31)
___
### urlPath
**urlPath**: `string`
#### Defined in
[@types/Provider.ts:33](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/Provider.ts#L33)