webinar-tools

command module
v0.0.0-...-e0b9c42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2021 License: AGPL-3.0 Imports: 8 Imported by: 0

README

webinar-tools

curl -XGET http://localhost:4000/

curl -XPOST http://localhost:4000/register

pass request body as application/x-www-form-urlencoded

curl -X POST
-d "first_name=Tamal&last_name=Saha&phone=+1-1234567890&job_title=CEO&work_email=tamal@appscode.com&knows_kubernetes=true"
http://localhost:4000/register

curl -X POST
-d "first_name=Tamal&last_name=Saha&phone=+1-1234567890&job_title=CEO&work_email=tamal@appscode.com&cluster_provider=aws&cluster_provider=azure&experience_level=new&marketing_reach=twitter"
http://localhost:4000/register

pass request body as application/json

curl -X POST -H "Content-Type: application/json"
-d '{"name":"","email":"","product":"kubedb-community","cluster":"","tos":"true","token":""}'
http://localhost:4000/register

{ "first_name": "Tamal", "last_name": "Saha", "phone": "+1-1234567890", "job_title": "CEO", "work_email": "tamal@appscode.com", "knows_kubernetes": true }

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL