Giter VIP home page Giter VIP logo

auth-gin-rewrite-response's Introduction

Simple Golang Goa Design and Redis Auth

Quick Start

goa gen auth/design
go run auth/cmd/auth

Redis

docker pull redis
docker run --name redis -p 6379:6379 -d redis:latest

Curl

curl --location --request POST 'http://localhost:8080/auth/authentication/auth?X-Provider=1' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
  "login": "login1",
  "password": "password",
  "privacyAccepted": true,
  "uuid": "eFd1CEdC-93Fc-38db-dAae-e029817F045F"
}'

Gin rewrite response

Res

{
"brand": "Apple",
"category": "smartphones",
"description": "An apple mobile which is nothing like apple",
"discountPercentage": 12.96,
"id": 1,
"images": [
"https://dummyjson.com/image/i/products/1/1.jpg",
"https://dummyjson.com/image/i/products/1/2.jpg",
"https://dummyjson.com/image/i/products/1/3.jpg",
"https://dummyjson.com/image/i/products/1/4.jpg",
"https://dummyjson.com/image/i/products/1/thumbnail.jpg"
],
"price": 549,
"rating": 4.69,
"stock": 94,
"thumbnail": "https://dummyjson.com/image/i/products/1/thumbnail.jpg",
"title": "iPhone 9",
"uuid": "abe21b5a-83d5-4f13-bd4f-2833216c9099"
}

auth-gin-rewrite-response's People

Contributors

ytimoumi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.