# lib_wechat v0.4.2 - Table of Contents

> A library for WeChat API

## Modules

- [LibWechat](LibWechat.md): LibWechat - 微信 API Elixir 库
- [LibWechat.API.Auth.AccessToken](LibWechat.API.Auth.AccessToken.md): AccessToken 管理模块，负责获取和管理微信 API 的 access_token。
- [LibWechat.API.Message.Subscribe](LibWechat.API.Message.Subscribe.md): 订阅消息相关 API 模块。
- [LibWechat.API.MiniProgram.PhoneNumber](LibWechat.API.MiniProgram.PhoneNumber.md): 小程序获取手机号相关 API 模块。
- [LibWechat.API.MiniProgram.Security](LibWechat.API.MiniProgram.Security.md): 小程序内容安全相关 API 模块。
- [LibWechat.API.MiniProgram.WxaCode](LibWechat.API.MiniProgram.WxaCode.md): 小程序码相关 API 模块，用于生成和管理小程序码。
- [LibWechat.Core](LibWechat.Core.md): LibWechat 核心模块，提供对各 API 模块功能的访问。
- [LibWechat.Debug](LibWechat.Debug.md): 调试工具模块
- [LibWechat.Http](LibWechat.Http.md)
- [LibWechat.Http.Finch](LibWechat.Http.Finch.md): Finch HTTP 客户端实现。
- [LibWechat.Internal.Config](LibWechat.Internal.Config.md): 内部配置管理模块，负责获取和验证配置信息。
- [LibWechat.Internal.RequestBuilder](LibWechat.Internal.RequestBuilder.md): 请求构建器模块，负责统一处理微信 API 请求的构建。
该模块处理请求头、请求参数、请求体等的准备工作，以便简化 API 模块的实现。

- [LibWechat.Model.Http.Request](LibWechat.Model.Http.Request.md): http request

- [LibWechat.Model.Http.Response](LibWechat.Model.Http.Response.md): http response

- [LibWechat.Typespecs](LibWechat.Typespecs.md): LibWechat 类型规范模块

- Exceptions
  - [LibWechat.Error](LibWechat.Error.md): errors

