@fias/arche-sdk 1.1.5 → 1.1.6
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/package.json
CHANGED
|
@@ -256,11 +256,19 @@ npm run dev:mock
|
|
|
256
256
|
# Open http://localhost:3200 in browser
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
+
### Authenticating with the FIAS Platform
|
|
260
|
+
|
|
261
|
+
```bash
|
|
262
|
+
npx fias-dev login # Opens browser to authenticate (recommended)
|
|
263
|
+
npx fias-dev login --key fias_sk_... # Or paste an API key directly
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
Running `npx fias-dev login` opens your browser to the FIAS platform. After signing in, an API key is created automatically and saved to `~/.fias/credentials`. No manual key copying needed.
|
|
267
|
+
|
|
259
268
|
### Testing with Real AI Entities (costs credits)
|
|
260
269
|
|
|
261
270
|
```bash
|
|
262
|
-
|
|
263
|
-
npm run dev:harness # Start harness in live mode
|
|
271
|
+
npm run dev:harness # Start harness in live mode (requires login first)
|
|
264
272
|
```
|
|
265
273
|
|
|
266
274
|
### Browsing Available Entities
|
|
@@ -256,11 +256,19 @@ npm run dev:mock
|
|
|
256
256
|
# Open http://localhost:3200 in browser
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
+
### Authenticating with the FIAS Platform
|
|
260
|
+
|
|
261
|
+
```bash
|
|
262
|
+
npx fias-dev login # Opens browser to authenticate (recommended)
|
|
263
|
+
npx fias-dev login --key fias_sk_... # Or paste an API key directly
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
Running `npx fias-dev login` opens your browser to the FIAS platform. After signing in, an API key is created automatically and saved to `~/.fias/credentials`. No manual key copying needed.
|
|
267
|
+
|
|
259
268
|
### Testing with Real AI Entities (costs credits)
|
|
260
269
|
|
|
261
270
|
```bash
|
|
262
|
-
|
|
263
|
-
npm run dev:harness # Start harness in live mode
|
|
271
|
+
npm run dev:harness # Start harness in live mode (requires login first)
|
|
264
272
|
```
|
|
265
273
|
|
|
266
274
|
### Browsing Available Entities
|