Skip to content

yunusemreyakisan/circle-android

Repository files navigation

🔗 Spring API Android

Android application where you can perform CRUD tests with API that you can run locally.

⚙️ API Reference

GET Method

  GET /games

Tüm oyunların bir listesini JSON formatında geri döner.

POST Method

  POST /add

Tüm oyun listesine oyun eklemenize olanak sağlar. JSON formatında body bekler.

Örnek body:

  {
        "name": "Revelation Online",
        "description": "A free-to-play fantasy MMO developed by NetEase and published by My.com.",
        "imageUrl": "https://www.freetogame.com/g/77/thumbnail.jpg",
        "genre": "MMORPG"
  }

DELETE Method

Tüm oyun listesinden id'si ile istenilen oyun silinir.

  DELETE /delete/{id}
Parameter Type Description
id int Required — Oyunun id'si istenir.

PUT Method

Tüm oyun listesinden id'si ile istenilen oyun güncellenir.

  PUT /update/{id}
Parameter Type Description
id int Required — Oyunun id'si istenir.

▶️ Demo

spring_mobile_demo.mov

About

Includes Circle mobile app built with Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy