Skip to content

a Windows Forms app built with C# to interact with a RESTful API. It supports CRUD operations on a book collection using RestSharp for API requests. Includes authentication token management, form validation, and response handling. A simple demo of integrating REST APIs with desktop apps.

Notifications You must be signed in to change notification settings

Dalany28/RESTful-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description: This project is a C# Windows Forms application that interacts with a RESTful API to perform CRUD operations on a collection of books. It uses RestSharp for making API requests and includes token-based authentication, form validation, and response handling.

API Endpoints GET /books – Retrieve all books. GET /books/{id} – Get a book by ID. POST /books – Add a new book. PUT /books/{id} – Update a book. DELETE /books/{id} – Remove a book.

About

a Windows Forms app built with C# to interact with a RESTful API. It supports CRUD operations on a book collection using RestSharp for API requests. Includes authentication token management, form validation, and response handling. A simple demo of integrating REST APIs with desktop apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages