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
* Update readme & reduce magic numbers
* Moving default variables to index.ts & changing Responses to interfaces from types
* defaults & interfaces back to utils due to repo dependencies
* Detailed documentation as comments and docstrings (synchronized with python package amap)
* unit tests for index.ts and utils.ts
* Add changeset
Copy file name to clipboardExpand all lines: packages/namegraph-sdk/README.md
+34-8Lines changed: 34 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
A TypeScript SDK for interacting with the NameGraph APIs, providing access to the world's largest collection of names. This SDK enables easy integration with the NameGraph API endpoints for name and collection suggestions.
4
4
5
+
## Features
6
+
7
+
-**Category-based Suggestions**: Get name suggestions organized by various categories including related terms, wordplay, alternates, and more
8
+
-**Collection Management**: Find, count, and analyze collections of names
9
+
-**Smart Sampling**: Sample and fetch top members from collections
10
+
-**Advanced Search**: Search collections by string or by collection ID
11
+
12
+
5
13
## Installation
6
14
7
15
```bash
@@ -25,13 +33,6 @@ import { namegraph } from "namegraph-sdk";
0 commit comments