Version check API

API for checking actual versions of various projects.

This API aims to provide user informations about current version of my various projects.

Domain: version-check.davidrychly.cz

Endpoints:

  • /PROJECT_KEY - GET - information about current version of specific project. Optional additional params:
    • /VERSION (/PROJECT_KEY/VERSION) - checks if specified version is equal the current version
    • /DEV (/PROJECT_KEY/DEV) - BOOLEAN - additional info about current dev version and if there is also version specified before this param it check if specified version equals the dev version
Top