@nexus-ai-fs/api-client 0.9.18

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 ADDED
@@ -0,0 +1,12 @@
1
+ # @nexus-ai-fs/api-client
2
+
3
+ Shared HTTP client for Nexus APIs.
4
+
5
+ ## Local Development
6
+
7
+ ```bash
8
+ cd packages/nexus-api-client
9
+ npm install
10
+ npm run build
11
+ npm test
12
+ ```