pull down to refresh

Will do. I have already shared your repo with our dev at Predyx, they are super excited about what you built. We will start exploring it in depth in a month or so due to other priorities.
Question: Is there a way we can specify a separate invoice/sats amount for every unique API calls. For example we have a "buy share" API /api/predictions/buy, each unique API calls would require different sats amount to be paid. The sats amount/invoice can be passed in the http header.
Thanks! For now, I've configured the amount field as an environment variable, but I plan to make it configurable per API directly from nginx.conf. Alternatively, I might explore a way to make the amount dynamic, similar to how Aperture handles it.
reply
If you can make it configurable per API using redis/memcache as source of invoice amt, that would be awesome.
reply