> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-5e62557c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GeneralClient

> X API SDK의 general.client Python 모듈에 대한 참조입니다. X API v2의 general 엔드포인트를 호출하기 위한 클라이언트 클래스와 메서드입니다.

## GeneralClient

<Badge color="blue">Class</Badge>

<Badge color="gray">기반 클래스: object</Badge>

일반 작업을 위한 클라이언트

## 생성자

### `__init__`

#### 매개변수

<ParamField path="path.client" type="Client" />

### `get_open_api_spec`

Get OpenAPI Spec.
Retrieves the full OpenAPI Specification in JSON format. (See [https://github.com/OAI/OpenAPI-Specification/blob/master/README.md](https://github.com/OAI/OpenAPI-Specification/blob/master/README.md))
:returns: 응답 데이터
:rtype: GetOpenApiSpecResponse

#### 반환값

`GetOpenApiSpecResponse`
