You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-68Lines changed: 25 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,72 +2,29 @@
2
2
3
3
MessariKit is the official TypeScript/JavaScript SDK for interacting with Messari's APIs. It provides a type-safe, intuitive interface for accessing Messari's suite of crypto data and AI services.
4
4
5
-
## Features
6
-
7
-
- 🔒 **Type-safe**: Full TypeScript support with automatically generated types from OpenAPI specs
8
-
- 🚀 **Modern**: Built with modern TypeScript features and best practices
9
-
- 📚 **Well-documented**: Comprehensive documentation and examples
10
-
- 🔄 **Auto-generated**: API types and operations are automatically generated from OpenAPI specifications
11
-
- 🛠 **Developer-friendly**: Intuitive API design with built-in error handling
Messari SDK is a convenient way to interact with Messari's APIs. It provides a type-safe, intuitive interface for accessing Messari's suite of crypto data and AI services.
4
+
5
+
## Features
6
+
7
+
- 🔒 **Type-safe**: Full TypeScript support with automatically generated types from OpenAPI specs
8
+
- 🚀 **Modern**: Built with modern TypeScript features and best practices
9
+
- 📚 **Well-documented**: Comprehensive documentation and examples
10
+
- 🔄 **Auto-generated**: API types and operations are automatically generated from OpenAPI specifications
11
+
- 🛠 **Developer-friendly**: Intuitive API design with built-in error handling
12
+
13
+
## Installation
14
+
15
+
```bash
16
+
# Using pnpm
17
+
pnpm add @messari/sdk
18
+
```
19
+
20
+
## API Services
21
+
22
+
| Service Name | Endpoint Name | Endpoint Route | Implemented |
0 commit comments