@simpleapps-com/augur-api 2026.7.1 → 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 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
- // ... 27 services total
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 all 27 services:**
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
- ... (all 27 services)
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}