Skip to content

Very basic Drip mock API implemented with Python & Flask.

License

Notifications You must be signed in to change notification settings

VRTFinland/drip-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drip mock API

Simple drip mock api implemented with Flask. Currently supports only following endpoints:

  • /events (POST)
  • /event_actions (GET)
  • /subscribers (POST, GET)

Requirements

  • python
  • pipenv

Installation

$ pipenv install --ignore-pipfile

Usage

$ pipenv run flask run 

Docker

$ docker build -t drip-mock .
$ docker run -it --rm -p5000:5000 drip-mock

About

Very basic Drip mock API implemented with Python & Flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published