btcpayserver / btcpayserver-doc

BTCPay Server Official Documentation
https://docs.btcpayserver.org
374 stars 252 forks source link

Restructure API examples, add more #1387

Closed ndeet closed 2 months ago

ndeet commented 3 months ago

The idea is outlined in issue #1371 where we structure examples for eCommerce use case and also on managing BTCPay Server by creating users and stores. All the examples for PHP, Node.js and cURL have the same structure while differing in details according to language, e.g. you can't really do a webhook validation endpoint with cURL.

Fixes #1371

ndeet commented 3 months ago

@pavlenex this is now ready

pavlenex commented 2 months ago

Great, a dev would need to review these to get merged though.