Skip to content

scantwell/aweber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

aweber

An django rest api for Aweber widgets

Set up and installation

Build Docker Image:

cd api  
docker build -t aweber_widget_api .

Run Docker Container:

docker run -d -p 8080:8000 --name aweber_widget_api aweber_widget_api

API Navigation

  • To see all of the endpoints navigate to the swagger ui 127.0.0.1:8080/schema/swagger-ui

  • To download the OpenAPI spec document navigate to 127.0.0.1:8080/schema

  • To Create a new widget

    1. Go to 127.0.0.1:8080/widgets/
    2. At the bottom you can type in the name and number of parts for a new widget and hit the "post" button. This will save a new widget.
  • To update/read/delete an existing widget

    1. Navigate to 127.0.0.1:8080/widgets/
    2. At the bottom you will be able to edit the widgets name and number_of_parts field and put or patch.

About

An django rest api for interview with Aweber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors