Returns demo application meta information for mobile app. The api binds /v1/app_info/:system which accepts "iOS" or "Android" as the :system parameter. Minimum version and latest version of the requested system is returned.
API takes API_ENPOINT in host:port format as the binding address from environmental variable. To test locally, runs scripts/run_api.sh from the project root directory.
scripts/run_api.shPress Ctrl-C to break the program.
Sample request for each system can be found in the example rest file.
Build the project with Makefile. Default build target builds the executable.
makeClean up the binary file with Make clean.
make clean