# `GSEndpoint initWithURL:`

*Initializer*

## Declaration

```swift
init(url: URL)
```

```objc
- (instancetype) initWithURL:(NSURL *) url;
```

```python
initWithURL_(url: NSURL) -> GSEndpoint
```

