Skip to content

Individual Contribution Report (Sude Konyalıoğlu)

sude edited this page May 12, 2023 · 3 revisions

Issues Related to the Practice Application

  • #137: Described the functionalities I'm going to implement, their views, endpoints, model and steps to my overall task.
  • #149: Issue for writing this wiki page.

External API

I utilized the Numbers API. This API allows retrieving fun facts about numbers.

To make the API call, I used the following URI: http://numbersapi.com/${num}.

If you would like to learn more about the API, you can visit this link.

API Functions

I have created 2 functions, including one GET request and one POST request. These functions are as follows:

  • updateSearchCount - POST: This function increments searched numbers search count every time that number is searched.

updateSearchCount

  • getMaxSearchedNumber - GET: This function allows users to see most searched number.

getMaxSearchedNumber

Sample Calls

  • updateSearchCount

saveNumbers

searchedPayload

  • getMaxSearchedNumber

getmax

maxResponse

Challenges

Since I was not familiar with spring boot framework, it was a big challenge but also an opportunity for me to learn. I tried to do my best work.

bounswe2023group8

🏠 Home

🗄️ Project
Milestones
👤 Individual Contribution Reports
Milestone 1
Milestone 2
Final Milestone
🖇️ Lab Reports
📑 Templates
👥 Team Members
CmpE 352
Old Project Files
📅 Meetings
🔬 Researches
👤 Individual Contribution Reports
Clone this wiki locally