Skip to content

Instantly share code, notes, and snippets.

View MrazTevin's full-sized avatar
🎯
Focusing

MillaTevin MrazTevin

🎯
Focusing
View GitHub Profile
public class Circle {
private double radius;
private String color;
// default value for radius and color
public Circle () {
radius = 1.0;
color = "red";
}
@MrazTevin
MrazTevin / Comment API
Created March 28, 2022 20:39
Documentation for custom created API
COMMENT API is a custom made API, that enables you to add comments to the MYSQL Database. It displays the IP Address of
your client machine, together with your timezone in 'UTC'
BASE URL
Your Base URL is the unique address that enables you to access the provided endpoints.
https://blooming-mesa-56911.herokuapp.com/
The Available Endpoints for the API are as follows :