From 88b9c1d2dae7dcff7be6eb256907ce2c622f9130 Mon Sep 17 00:00:00 2001 From: Viktor Bengtsson Date: Sun, 10 Jul 2016 03:02:01 +0200 Subject: [PATCH] Set category to "developer" Structuring faq.php into categories in preparation for adding more answers, and to make it more accessible. --- posts/faq/api-help.md | 1 + 1 file changed, 1 insertion(+) diff --git a/posts/faq/api-help.md b/posts/faq/api-help.md index 7a216de2..7302776d 100644 --- a/posts/faq/api-help.md +++ b/posts/faq/api-help.md @@ -1,5 +1,6 @@ --- title: How do I see the list of API functions I can call, and how do I call them? +category: developer --- Here is an example script to get the documentation for the various API calls. To use any of the functions displayed, just provide any specified arguments in a dictionary. Many (though not all) of the calls are the same as those for bitcoin core, which are documented [here](https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list).