Problem I am trying to create a program to manage my Prosper investments for me as an intro to Haskell […]
Tag: rest
React Native screen to add a city to a weather app using a REST API
Problem In a recruitment process, the company gives me a project to do in react native. I finished all the […]
Spring Mvc RESTful app with MySQL
Problem I recently write a Spring MVC RESTful app and this is the REST controller that I have worked on. […]
Testable REST API Client
Problem GitHub and NuGet Allows to invoke public/private REST API just by defining an interface. 200 lines of C# in […]
Centralized REST API request dispatcher
Problem Recently I had to implement a Windows Service that connects to the Shopify REST API and pulls essentially everything […]
Python REST API clients
Problem I am working on a project right now, where we need to search different APIs, then clean & persists […]
Wrapper for REST API calls
Problem This is a wrapper that can be used to do additional external REST call to some API. Since I […]
Simple Calculator RESTfull API on Java
Problem I have written a small calculator REST API and I need someone to look the structure and design of […]
Basic API wrapper around a Restful service – follow-up
Problem This is a follow up from my previous post: Basic API wrapper around a Restful service I’m writing a […]
REST WS connecting to a database
Problem I have a REST WS in Java using Jersey that connects to a database. I don’t know what should […]