An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with service-client

A curated list of projects in awesome lists tagged with service-client .

https://github.com/servicestack/servicestack-client

ServiceStack Service Client, Server Events and validation library

authentication generic javascript service-client servicestack typed typescript

Last synced: 06 Apr 2025

https://github.com/kathleenwest/webapimemorycachedemo

This project presents a Visual Studio solution including a simple demo ASP.Net Web API Service Application and a “Tester” Client (Windows Form Application) that allows the user to test the Web API with CRUD operations (GET, POST, PUT, DELETE). In addition to demonstrating standard CRUD capabilities, the Web API service implements a .Net Memory Cache (MemoryCache). The client “tester” application also allows the user to verify that the memory cache is implemented correctly and expiring per the set policy. Discussion of the memory cache implementation may help the reader with tips to understand, correctly implement, and verify the cache is expiring. Lastly, the project is shown in the demo section with a video and screen captures.

asp-net asp-net-web-api aspnet-web-api cache-control controller csharp csharp-code dotnet memory-cache memorycache service service-client service-testing testing-service visual-studio web-api webapi webapi-sample webapiclient windows-form-application

Last synced: 10 May 2026

https://github.com/nemuba/mongo_api

There are a lot of options for connecting to MongoDB Atlas as an application developer. One of the newest options is the MongoDB Atlas Data API . The Atlas Data API provides a lightweight way to connect to MongoDB Atlas that can be thought of as similar to a REST API

api-rest mongodb-atlas ruby service-client

Last synced: 11 Apr 2025

https://github.com/kathleenwest/serviceerrorhandlerdemo

Simple Service Error Handler – A Demo of a WCF Self-Hosted Service & Client "Tester" Windows Form Application Exchanging Error Messages : This project presents a simple Math Service and Client Application demonstration that implements error handling on the service and communications of its errors to the client. The Math Service is a self-hosted (service host) WCF application launched and managed with a simple console interface. The client “tester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application). The GUI has features to add, subtract, multiply, and divide two numbers (integers). The GUI does basic data validation then sends a request to the math service. After it receives the results from the math service, it displays the calculation result or any received error messages (faults) to the user. The objective of this project was not to demo a calculator application but the handling of errors on a service.

csharp csharp-code csharp-library error-handler error-handling error-messages errors fault fault-handler fault-handling service service-client services wcf wcf-client wcf-service wcf-service-client-demo wcf-service-demo windows-communication-foundation windows-form-application

Last synced: 10 Jul 2026