@simpleapps-com/augur-api 2026.6.5 → 2026.8.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 -1
- package/SKILL.md +2 -2
- package/dist/{client-DeDnTdXi.d.mts → client-Dbn_tglP.d.mts} +831 -185
- package/dist/{client-DeDnTdXi.d.ts → client-Dbn_tglP.d.ts} +831 -185
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1400 -356
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1400 -356
- package/dist/index.mjs.map +1 -1
- package/dist/testing.d.mts +1 -1
- package/dist/testing.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ api.customers // Customers service
|
|
|
34
34
|
api.orders // Orders service
|
|
35
35
|
api.pricing // Pricing service
|
|
36
36
|
api.commerce // Commerce service
|
|
37
|
-
// ...
|
|
37
|
+
// ... one property per service (see https://items.augur-api.com/llms.txt)
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
## Documentation
|
package/SKILL.md
CHANGED
|
@@ -89,7 +89,7 @@ const item = await api.items.invMast.get(12345);
|
|
|
89
89
|
|
|
90
90
|
## Service Discovery
|
|
91
91
|
|
|
92
|
-
**Every llms.txt has an "Other Services" section listing
|
|
92
|
+
**Every llms.txt has an "Other Services" section listing the sibling services:**
|
|
93
93
|
|
|
94
94
|
```
|
|
95
95
|
Fetch: https://items.augur-api.com/llms.txt
|
|
@@ -100,7 +100,7 @@ Find "Other Services" section:
|
|
|
100
100
|
- customers → api.customers
|
|
101
101
|
- orders → api.orders
|
|
102
102
|
- pricing → api.pricing
|
|
103
|
-
... (
|
|
103
|
+
... (every other service)
|
|
104
104
|
↓
|
|
105
105
|
Apply same pattern to any service:
|
|
106
106
|
https://orders.augur-api.com/llms.txt → api.orders.{resource}
|