1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 19:44:12 -04:00

REST API Swagger code generation using Docker: updated http server address

This commit is contained in:
f4exb
2020-06-22 00:03:37 +02:00
parent 0104d36c2c
commit ce2c313d03
51 changed files with 504 additions and 402 deletions
@@ -15,40 +15,40 @@ DeviceActions:
description: Optional for reverse API. This is the device set index from where the message comes from.
type: integer
airspyActions:
$ref: "/doc/swagger/include/Airspy.yaml#/AirspyActions"
$ref: "http://swgserver:8081/api/swagger/include/Airspy.yaml#/AirspyActions"
airspyHFActions:
$ref: "/doc/swagger/include/AirspyHF.yaml#/AirspyHFActions"
$ref: "http://swgserver:8081/api/swagger/include/AirspyHF.yaml#/AirspyHFActions"
bladeRF1InputActions:
$ref: "/doc/swagger/include/BladeRF1.yaml#/BladeRF1InputActions"
$ref: "http://swgserver:8081/api/swagger/include/BladeRF1.yaml#/BladeRF1InputActions"
bladeRF2InputActions:
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2InputActions"
$ref: "http://swgserver:8081/api/swagger/include/BladeRF2.yaml#/BladeRF2InputActions"
fcdProActions:
$ref: "/doc/swagger/include/FCDPro.yaml#/FCDProActions"
$ref: "http://swgserver:8081/api/swagger/include/FCDPro.yaml#/FCDProActions"
fcdProPlusActions:
$ref: "/doc/swagger/include/FCDProPlus.yaml#/FCDProPlusActions"
$ref: "http://swgserver:8081/api/swagger/include/FCDProPlus.yaml#/FCDProPlusActions"
hackRFInputActions:
$ref: "/doc/swagger/include/HackRF.yaml#/HackRFInputActions"
$ref: "http://swgserver:8081/api/swagger/include/HackRF.yaml#/HackRFInputActions"
kiwiSDRActions:
$ref: "/doc/swagger/include/KiwiSDR.yaml#/KiwiSDRActions"
$ref: "http://swgserver:8081/api/swagger/include/KiwiSDR.yaml#/KiwiSDRActions"
limeSdrInputActions:
$ref: "/doc/swagger/include/LimeSdr.yaml#/LimeSdrInputActions"
$ref: "http://swgserver:8081/api/swagger/include/LimeSdr.yaml#/LimeSdrInputActions"
localInputActions:
$ref: "/doc/swagger/include/LocalInput.yaml#/LocalInputActions"
$ref: "http://swgserver:8081/api/swagger/include/LocalInput.yaml#/LocalInputActions"
perseusActions:
$ref: "/doc/swagger/include/Perseus.yaml#/PerseusActions"
$ref: "http://swgserver:8081/api/swagger/include/Perseus.yaml#/PerseusActions"
plutoSdrInputActions:
$ref: "/doc/swagger/include/PlutoSdr.yaml#/PlutoSdrInputActions"
$ref: "http://swgserver:8081/api/swagger/include/PlutoSdr.yaml#/PlutoSdrInputActions"
remoteInputActions:
$ref: "/doc/swagger/include/RemoteInput.yaml#/RemoteInputActions"
$ref: "http://swgserver:8081/api/swagger/include/RemoteInput.yaml#/RemoteInputActions"
rtlSdrActions:
$ref: "/doc/swagger/include/RtlSdr.yaml#/RtlSdrActions"
$ref: "http://swgserver:8081/api/swagger/include/RtlSdr.yaml#/RtlSdrActions"
sdrPlayActions:
$ref: "/doc/swagger/include/SDRPlay.yaml#/SDRPlayActions"
$ref: "http://swgserver:8081/api/swagger/include/SDRPlay.yaml#/SDRPlayActions"
sigMFFileInputActions:
$ref: "/doc/swagger/include/SigMFFileInput.yaml#/SigMFFileInputActions"
$ref: "http://swgserver:8081/api/swagger/include/SigMFFileInput.yaml#/SigMFFileInputActions"
soapySDRInputActions:
$ref: "/doc/swagger/include/SoapySDR.yaml#/SoapySDRInputActions"
$ref: "http://swgserver:8081/api/swagger/include/SoapySDR.yaml#/SoapySDRInputActions"
testSourceActions:
$ref: "/doc/swagger/include/TestSource.yaml#/TestSourceActions"
$ref: "http://swgserver:8081/api/swagger/include/TestSource.yaml#/TestSourceActions"
xtrxInputActions:
$ref: "/doc/swagger/include/Xtrx.yaml#/XtrxInputActions"
$ref: "http://swgserver:8081/api/swagger/include/Xtrx.yaml#/XtrxInputActions"