Xander1233 / automatic-api-version-manager

This repository holds an automatic api version manager. It automatically maps all different API versions to their respective endpoint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic API-version manager

Description

The API-version manager automatically maps all the different API versions to their respective endpoint.

Prerequisites

  • Node v14.6+*
  • NPM v7.15+*

* I use this version, older versions might work, too

Installation

  • Clone the repository
  • Run npm install in the command line pointing to the repository folder
  • Edit the .env.example file and replace each <---> with their value you want to give them
  • Rename .env.example to .env
  • Build and run it with node run d

Tutorial

The tutorial can be found here

Contributing

Feel free to contribute. I'll try to review each pull request ASAP.

License

This license applies to the whole software and associated files.

Contact

About

This repository holds an automatic api version manager. It automatically maps all different API versions to their respective endpoint.

License:MIT License


Languages

Language:TypeScript 85.5%Language:Shell 14.5%