Files
plexjs/docs/sdk/models/operations/protocol.md

18 lines
310 B
Markdown

# Protocol
The protocol used for the connection (http, https, etc)
## Example Usage
```typescript
import { Protocol } from "@lukehagar/plexjs/sdk/models/operations";
let value: Protocol = Protocol.Http;
```
## Values
| Name | Value |
| ------- | ------- |
| `Http` | http |
| `Https` | https |