Changes for page REST API Documentation
Last modified by Scott Gagan on 2021/09/10 23:34
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -87,8 +87,4 @@ 87 87 88 88 By default the REST API will be restricted via HTTP Realm Auth and ACLs. The default credentials will be set to **manager:manag3rpa55word** and the ACLs will be set up to only allow connections from localhost. You can also secure the connection further with SSL encryption. See [[doc:ISYMDOCS.Security]] for more information. 89 89 90 -= Interfacing With The REST API = 91 - 92 -There are many different ways to interface with the REST API. One of the more common methods is to utilize the curl command line application. Each of the resource configuration pages in this documentation will provide curl command line examples for each HTTP method. PHP also includes curl methods that can be utilized to send HTTP requests directly from within php scripts. There are also many REST client libraries out there for almost every major programming language that can take some of the complexity out of interfacing with the REST API. 93 - 94 94