Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
/ compliment-api Public archive

Simple compliment api build with go and mux

Notifications You must be signed in to change notification settings

AltF02/compliment-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Compliment API

This api is build in go and uses the mux library, it returns a random compliment from the database

How to use

Python

import requests
resp = requests.get("")
print(resp.json()['compliment']) # Prints the compliment

About

Simple compliment api build with go and mux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages