🌐
GitHub
github.com › saro-mano › Hackerrank-Rest-API
GitHub - saro-mano/Hackerrank-Rest-API: Solution for Hackerrank REST API Certification · GitHub
Solution for Hackerrank REST API Certification. Contribute to saro-mano/Hackerrank-Rest-API development by creating an account on GitHub.
Starred by 14 users
Forked by 9 users
Languages   Python
🌐
GitHub
github.com › devreena03 › hackerrank-restapi-java
GitHub - devreena03/hackerrank-restapi-java: Hackerrank REST API certification problem solved in java · GitHub
Hackerrank REST API certification problem solved in java - devreena03/hackerrank-restapi-java
Starred by 19 users
Forked by 12 users
Languages   Java
🌐
GitHub
github.com › sumantopal07 › Rest-API-Intermediate-Hackerrank-Test
GitHub - sumantopal07/Rest-API-Intermediate-Hackerrank-Test · GitHub
Solution : Only done with 10 GET requests by taking advantage of the constraint of maximum of 10 goals scored by any team. const fetch = require("node-fetch"); let goals=[]; for(let i=0;i<=10;i++) goals.push(i); let ans=0; async function ...
Starred by 34 users
Forked by 8 users
🌐
GitHub
github.com › TarasAntoniuk › hackerrank-prep-rest-api
GitHub - TarasAntoniuk/hackerrank-prep-rest-api: HackerRank problem solving for REST API certification · GitHub
This repository contains solutions to multiple tasks from the HackerRank REST API Certification (Intermediate Level).
Author   TarasAntoniuk
🌐
GitHub
github.com › Kungfoowiz › Hacker-Rank-Certifications
GitHub - Kungfoowiz/Hacker-Rank-Certifications: My solutions to the HackerRank REST API Intermediate Certification using C# .NET HttpClient. · GitHub
My solutions to the HackerRank REST API Intermediate Certification using C# .NET HttpClient. - Kungfoowiz/Hacker-Rank-Certifications
Author   Kungfoowiz
🌐
GitHub
github.com › kaarthikraajan › rest-api-hackerrank
GitHub - kaarthikraajan/rest-api-hackerrank: This is a solution to the problem presented in the hackerrank problem.
This is a solution to the problem presented in the hackerrank problem. - kaarthikraajan/rest-api-hackerrank
Starred by 6 users
Forked by 2 users
Languages   Java 100.0% | Java 100.0%
🌐
Gitbook
dailyjournal.gitbook.io › solutions › hackerrank-solutions › certify › rest-api-intermediate
Rest API (Intermediate) | HackerRank | Solutions
https://github.com/gauravagrwal/HackerRankgithub.com · In this challenge, the REST API contains information about football competitions and matches. The provided API allows querying competitions by name and year, and it also allows querying ...
🌐
GitHub
github.com › saro-mano › Hackerrank-Rest-API › blob › master › soln2.py
Hackerrank-Rest-API/soln2.py at master · saro-mano/Hackerrank-Rest-API
Solution for Hackerrank REST API Certification. Contribute to saro-mano/Hackerrank-Rest-API development by creating an account on GitHub.
Author   saro-mano
Find elsewhere
🌐
GitHub
github.com › runitrupam › Hackerrank-Rest-API-Intermediate-Skills-Certification-Test
GitHub - runitrupam/Hackerrank-Rest-API-Intermediate-Skills-Certification-Test: Python solution of Hackerrank Rest API (Intermediate) Skills Certification Test
Python solution of Hackerrank Rest API (Intermediate) Skills Certification Test - runitrupam/Hackerrank-Rest-API-Intermediate-Skills-Certification-Test
Author   runitrupam
🌐
HackerRank
hackerrank.com › skills-verification › rest_api_intermediate
Rest API (Intermediate) Skills Certification Test
It covers topics like getting data from an API and process using parameters or paging.
🌐
GitHub
gist.github.com › vinayvp › 32c765190350aa7e21088719a1aec919
Hackerrank Problem:- REST API : Capital City · GitHub
Given a country name, query the REST API at https://jsonmock.hackerrank.com/api/countries? name=country and return the capital city's name. The response is a JSON object with 5 fields.
🌐
GitHub
github.com › NisarLDev › Hackerrank_Software_Engineer_Intern_Role_Certification_Solutions › blob › main › REST_API:_Weather_Finder.cs
Hackerrank_Software_Engineer_Intern_Role_Certification_Solutions/REST_API:_Weather_Finder.cs at main · NisarLDev/Hackerrank_Software_Engineer_Intern_Role_Certification_Solutions
* https://jsonmock.hackerrank.com/api/weather?name=<name> * * The function is expected to return an Integer. * The function accepts a singe parameter name. */ private static readonly HttpClient client = new HttpClient(); · public static int getTemperature(string name) { // Create the URL with the provided city name ·
Author   NisarLDev
🌐
GitHub
github.com › gokcesefa › HackerRank_RestAPI
GitHub - gokcesefa/HackerRank_RestAPI: PHP Solution for HackerRank Rest API Certification (Intermediate) with using cURL
PHP Solution for HackerRank Rest API Certification (Intermediate) with using cURL - gokcesefa/HackerRank_RestAPI
Author   gokcesefa
🌐
GitHub
github.com › Shashank123-hub › HackerRank-RESTAPI-Certification
GitHub - Shashank123-hub/HackerRank-RESTAPI-Certification: Solutions for Hackerrank REST API Certificate Test.
Solutions for Hackerrank REST API Certificate Test. - Shashank123-hub/HackerRank-RESTAPI-Certification
Author   Shashank123-hub
🌐
GitHub
github.com › thiaguimcavalcanti › hacker-rank-restapi-with-spring-boot
GitHub - thiaguimcavalcanti/hacker-rank-restapi-with-spring-boot: Sample of application that expose REST APIs using Spring Boot and other frameworks :) · GitHub
Sample of application that expose REST APIs using Spring Boot and other frameworks :) - thiaguimcavalcanti/hacker-rank-restapi-with-spring-boot
Starred by 16 users
Forked by 19 users
Languages   Java
🌐
GitHub
github.com › nathan-abela › HackerRank-Solutions
GitHub - nathan-abela/HackerRank-Solutions: Solutions to HackerRank practice, tutorials and interview preparation problems with Python, SQL, C# and JavaScript. · GitHub
This repository consists of solutions to HackerRank practice, tutorials, and interview preparation problems with Python, mySQL, C#, and JavaScript.
Starred by 467 users
Forked by 184 users
Languages   Python 69.0% | C# 14.5% | JavaScript 11.0% | Java 2.6% | PHP 1.5% | HTML 1.1% | CSS 0.3%