Skip to content

markbudiak/rest_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rest helper

This parser allows you to parse config files to create API calls. It expects two arguments i.e. number of API requests to output and input config file.

Usage

In CLI

Run the script rest_helper.py with 2 mandatory options:

  • -n (--num) for the number of parsed API requests
  • -c (--config) for setting input config file

As python package

Build the package by running this command

pip install .

and import it into your project

from rest_helper import parse_config_file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages