gs-x-parser 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -4
- package/README.zh.md +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
# GS X Parser
|
|
2
|
+
GS X Parser is a TypeScript library for parsing Twitter/X API responses, providing complete type definitions and parsing functionality, supporting the conversion of complex API responses into simple and easy-to-use formats.
|
|
2
3
|
|
|
3
4
|
[中文](README.zh.md)
|
|
4
5
|
|
|
5
|
-
## Project Introduction
|
|
6
|
-
|
|
7
|
-
GS X Parser is a TypeScript library for parsing Twitter/X API responses, providing complete type definitions and parsing functionality, supporting the conversion of complex API responses into simple and easy-to-use formats.
|
|
8
|
-
|
|
9
6
|
## Features
|
|
10
7
|
|
|
11
8
|
- Complete TypeScript type definitions based on Twitter/X API data structures
|
package/README.zh.md
CHANGED