1
0
mirror of https://github.com/bumi/blockstream_satellite synced 2025-06-16 01:38:13 +00:00
This commit is contained in:
bumi 2019-02-08 22:26:31 +01:00
parent 2779c04952
commit 8887aec81a

View File

@ -1,4 +1,4 @@
# BlockstreamSatellite # BlockstreamSatellite - use ruby to send messages to space and back
Ruby gem to interact with the [Blockstream Satellite](https://blockstream.com/satellite/) API. Ruby gem to interact with the [Blockstream Satellite](https://blockstream.com/satellite/) API.
@ -83,10 +83,16 @@ order.pay
puts order.status puts order.status
``` ```
### Missing endpoints:
* DELETE /order/:uuid
* GET /orders/queued
* GET /orders/sent
* GET /subscribe/:channels
## Status ## Status
Currently I consider this gem experimental and the codes needs cleanup it tests are missing at this moment. Currently I consider this gem **experimental** and the codes needs cleanup and tests and docs are missing at this moment.
Will try to get is stable soon! Will try to get is stable soon!