About 37,700,000 results
Open links in new tab
  1. How to create an Rest API using C | by Pedro Fonseca | Medium

    Sep 29, 2024 · If you’re considering building a REST API in C, libmicrohttpd is a great tool to efficiently handle HTTP requests and responses. In this project i use libpq ,the official C library …

  2. Simple C example of doing an HTTP POST and consuming the …

    There are two main ways of submitting a request to a website: GET: The query string is optional but, if specified, must be reasonably short. Because of this the header could just be the GET …

  3. GitHub - PedroFnseca/rest-api-C: A simple RESTful API built in C

    By implementing a RESTful web server in C, this project demonstrates how to handle HTTP requests, manage sockets, and interact with system libraries like libmicrohttpd and libpq for …

  4. Tutorial: Create a controller-based web API with ASP.NET Core

    Enter Web API in the search box. Select the ASP.NET Core Web API template and select Next. In the Configure your new project dialog, name the project TodoApi and select Next. Confirm the …

  5. How to Build an API: A Complete Guide to Creating

    Apr 24, 2025 · Whether you're building a web app, or mobile service, or managing complex data, learning how to build an API is essential for creating scalable, efficient systems. APIs can be …

  6. Building a RESTful API with Ulfius in C | by Leonardo | Medium

    Apr 2, 2024 · This tutorial has shown you how to build a basic RESTful API in C using the Ulfius framework and Jansson library. With Ulfius handling HTTP requests and Jansson managing …

  7. How I Built a Simple HTTP Server from Scratch using C

    May 11, 2023 · Although implementing a web server in C sounds very basic and detailed at a ground level, but it might help you better understand how HTTP works, and how servers …

  8. API Development In C

    We’re going to build a simple RESTful API in C. Don’t worry; I’ll guide you through it like a GPS on a road trip—minus the annoying voice. Here’s a step-by-step breakdown: Before we start …

  9. Examples of good modern C API design : r/C_Programming - Reddit

    Feb 4, 2022 · SQLite is has a substantial, good API. OpenGL has a lot of rough edges, in no small part to legacy baggage, but there are good lessons to be learned particularly with its use of …

    Missing:

    • Web API

    Must include:

  10. Writing an API Wrapper in C: The API Client - Tristan Partin

    May 3, 2020 · API wrappers represent first-class language contracts for interacting with data or services over the web. They allow you to use the niceties of your language of choice using an …

Refresh