Skip to content

Instantly share code, notes, and snippets.

View guhkun13's full-sized avatar
🏠
Working from home

guhkun guhkun13

🏠
Working from home
View GitHub Profile
@guhkun13
guhkun13 / gist:28572b91b3681dda4d3b83011fb7c8d6
Last active December 19, 2023 10:40
Kecilin SIGMA API postman doc
openapi: 3.0.3
info:
title: Sigma API (Kecilin Kloud)
version: 1.0.0
contact: {}
servers:
- url: '{{url}}'
paths:
/api/v1/users/create:
post:
<h1 align="center">Hi 👋, I'm Teguh Atma</h1>
<h3 align="center">Software Engineer on learning journey</h3>
<p align="left"> <img src="https://komarev.com/ghpvc/?username=guhkun13&label=Profile%20views&color=0e75b6&style=flat" alt="guhkun13" /> </p>
<p align="left"> <a href="https://github.com/ryo-ma/github-profile-trophy"><img src="https://github-profile-trophy.vercel.app/?username=guhkun13" alt="guhkun13" /></a> </p>
<p align="left"> <a href="https://twitter.com/guhkun13" target="blank"><img src="https://img.shields.io/twitter/follow/guhkun13?logo=twitter&style=for-the-badge" alt="guhkun13" /></a> </p>
- 🔭 I’m currently working as **freelancer**
import zeep
import simplejson
import os
# import jsonify
from flask import Flask
from zeep.transports import Transport
app_env = os.getenv('APP_ENV')
app = Flask(__name__)