Skip to content

Commit a8c1092

Browse files
authored
Add Angor Project Endpoints to Mempool REST API Documentation (#39)
* Fix sync-assets-dev script path in package.json * Add Angor project endpoints to REST API docs Added new endpoints to the mempool REST API documentation under the Angor category: - GET /api/query/Angor/projects/{projectId} - Project details - GET /api/query/Angor/projects/{projectId}/stats - Project statistics - GET /api/query/Angor/projects/{projectId}/investments - List of investments with pagination - GET /api/query/Angor/projects/{projectId}/investments/{investorPublicKey} - Specific investment details Includes code examples, response samples, and parameter documentation for mainnet, testnet, and signet environments. * Update Angor projects API endpoint URL in documentation * Update Angor projects API endpoint URL in documentation
1 parent 1c574e9 commit a8c1092

File tree

2 files changed

+425
-1
lines changed

2 files changed

+425
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"start:mixed": "npm run generate-config && npm run sync-assets-dev && npm run ng -- serve -c mixed",
3737
"build": "npm run generate-config && npm run ng -- build --configuration production --localize && npm run sync-assets-dev && npm run sync-assets && npm run build-mempool.js",
3838
"sync-assets": "rsync -av ./src/resources ./dist/mempool/browser && node sync-assets.js 'dist/mempool/browser/resources/'",
39-
"sync-assets-dev": "node sync-assets.js 'src/resources/'",
39+
"sync-assets-dev": "node sync-assets.js src/resources/",
4040
"generate-config": "node generate-config.js",
4141
"build-mempool.js": "npm run build-mempool-js && npm run build-mempool-liquid-js",
4242
"build-mempool-js": "browserify -p tinyify ./node_modules/@mempool/mempool.js/lib/index.js --standalone mempoolJS > ./dist/mempool/browser/en-US/mempool.js",

0 commit comments

Comments
 (0)