mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
18 lines
310 B
Markdown
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 | |