aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/developer.texi
diff options
context:
space:
mode:
authorrexxnor <rexxnor+gnunet@brief.li>2019-01-10 13:31:23 +0100
committerrexxnor <rexxnor+gnunet@brief.li>2019-01-25 17:27:28 +0100
commitb889d108b5068f3e893e8f399ed545ff956db818 (patch)
tree8fab3a0804bd9808b9cd6ec56d957302e332dbdc /doc/handbook/chapters/developer.texi
parentc756d928ba129075106d5b31e188270258b76a0a (diff)
downloadgnunet-b889d108b5068f3e893e8f399ed545ff956db818.tar.gz
gnunet-b889d108b5068f3e893e8f399ed545ff956db818.zip
added documentation for the ascension tool
Diffstat (limited to 'doc/handbook/chapters/developer.texi')
-rw-r--r--doc/handbook/chapters/developer.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index d9c92247b..37e11cb11 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -8768,14 +8768,14 @@ regular expressions.
8768 8768
8769Using the REST subsystem, you can expose REST-based APIs or services. 8769Using the REST subsystem, you can expose REST-based APIs or services.
8770The REST service is designed as a pluggable architecture. 8770The REST service is designed as a pluggable architecture.
8771To create a new REST endpoint, simply add a library in the form 8771To create a new REST endpoint, simply add a library in the form
8772``plugin_rest_*''. 8772``plugin_rest_*''.
8773The REST service will automatically load all REST plugins on startup. 8773The REST service will automatically load all REST plugins on startup.
8774 8774
8775@strong{Configuration} 8775@strong{Configuration}
8776 8776
8777The REST service can be configured in various ways. 8777The REST service can be configured in various ways.
8778The reference config file can be found in 8778The reference config file can be found in
8779@file{src/rest/rest.conf}: 8779@file{src/rest/rest.conf}:
8780@example 8780@example
8781[rest] 8781[rest]