Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

thomas-kbleung/appinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appinfo

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.

Usage

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.sh

Press Ctrl-C to break the program.

Examples

Sample request for each system can be found in the example rest file.

Build

Build the project with Makefile. Default build target builds the executable.

make

Clean up the binary file with Make clean.

make clean

About

Returns demo application meta information for mobile app.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors