[bisq-network/bisq-docs] Produce the simplest-possible getting started guide for the Bisq HTTP API (#54)

Bernard Labno notifications at github.com
Mon May 21 11:52:34 UTC 2018


blabno commented on this pull request.



> +
+== List available offers
+
+Open offers are available at http://localhost:8080/api/v1/offers.
+
+The response should look like this:
+
+[source,json]
+----
+{
+    "offers": [OfferDetail],
+    "total": integer
+}
+----
+
+Where `offers` is an array with individual offers and `total` is number of all offers. The model for each individual `OfferDetail` is defined as follows:

This is problematic cause the link looks like `http://localhost:8080/swagger#/offers/find3`. That `find3` might change into something else if we modify the resource in future by adding/removing GET endpoints.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-docs/pull/54#discussion_r189567747
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180521/27cce43e/attachment-0002.html>


More information about the github mailing list