#rest-api

[ follow ]

Using Polars in Rust for high-performance data analysis - LogRocket Blog

Using Rust and Polars, build a REST API for data analysis on large datasets.

Azure Boards, September Update - Azure DevOps Blog

September brought significant updates to Azure Boards, enhancing security, automation, and usability for all Azure DevOps organizations.
#programming

tv2html: Catalog your TV shows with offline browsable HTML

Creating a command-line utility to generate a web interface for TV show archives using themoviedb.org's REST API.
Emphasis on not supporting piracy and highlighting the ease of using legal means to access desired content.

Using Google Gemini's File API with ColdFusion

Integrating Google Gemini's File API with ColdFusion can be complex but manageable with precise adherence to the API requirements.

tv2html: Catalog your TV shows with offline browsable HTML

Creating a command-line utility to generate a web interface for TV show archives using themoviedb.org's REST API.
Emphasis on not supporting piracy and highlighting the ease of using legal means to access desired content.

Using Google Gemini's File API with ColdFusion

Integrating Google Gemini's File API with ColdFusion can be complex but manageable with precise adherence to the API requirements.
moreprogramming
#django

How to Use @action Decorator in Django Rest Framework

Django Rest Framework's @action decorator allows for the creation of custom API endpoints within ViewSets, enhancing functionality beyond basic CRUD operations.

The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development

Django Rest Framework simplifies the creation of scalable and robust web APIs through essential tools like serializers, views, and permissions.

How to Use @action Decorator in Django Rest Framework

Django Rest Framework's @action decorator allows for the creation of custom API endpoints within ViewSets, enhancing functionality beyond basic CRUD operations.

The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development

Django Rest Framework simplifies the creation of scalable and robust web APIs through essential tools like serializers, views, and permissions.
moredjango
#zato

LDAP and Active Directory as Python API Services

Using Zato to create a REST API on top of directory services simplifies querying LDAP and Active Directory with REST and JSON.

SSH commands as API microservices

Turning SSH commands into a REST API service allows for remote administration of devices, restricting access to selected clients and translating command output to JSON.

LDAP and Active Directory as Python API Services

Using Zato to create a REST API on top of directory services simplifies querying LDAP and Active Directory with REST and JSON.

SSH commands as API microservices

Turning SSH commands into a REST API service allows for remote administration of devices, restricting access to selected clients and translating command output to JSON.
morezato

Implementing infinite scrolling with React. Writing E2E tests with Playwright

Implementing infinite scrolling with React using intersection observer and End-to-End tests with Playwright.
#sqlite

BUILDING A REST API WITH GO AND SQLITE(PART 2)

Implementing CRUD operations in Go with SQLite
Introducing error handling and validation for API functionality

BUILDING A REST API WITH GO AND SQLITE(PART 2)

Implementing CRUD operations for a Blog API with Go and SQLite.
Introducing error handling and validation to ensure API functionality.

BUILDING A REST API WITH GO AND SQLITE(PART 2)

Implementing CRUD operations in Go with SQLite
Introducing error handling and validation for API functionality

BUILDING A REST API WITH GO AND SQLITE(PART 2)

Implementing CRUD operations for a Blog API with Go and SQLite.
Introducing error handling and validation to ensure API functionality.
moresqlite
#nodejs

GitHub - mswjs/msw: Seamless REST/GraphQL API mocking library for browser and Node.js.

1. mswjs/msw is a library for mocking REST and GraphQL APIs in both browser and Node.js environments.
2. The library provides a seamless experience for mocking API requests and responses, allowing developers to easily simulate different scenarios.

GitHub - evoluteur/evolutility-server-node: Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.

Evolutility-Server-Node offers generic REST APIs for CRUD operations and simple charts on objects with varied structures.
Evolutility-Server-Node requires Node.js, Express, PostgreSQL, and PG-Promise as dependencies for operation.

GitHub - mswjs/msw: Seamless REST/GraphQL API mocking library for browser and Node.js.

1. mswjs/msw is a library for mocking REST and GraphQL APIs in both browser and Node.js environments.
2. The library provides a seamless experience for mocking API requests and responses, allowing developers to easily simulate different scenarios.

GitHub - evoluteur/evolutility-server-node: Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.

Evolutility-Server-Node offers generic REST APIs for CRUD operations and simple charts on objects with varied structures.
Evolutility-Server-Node requires Node.js, Express, PostgreSQL, and PG-Promise as dependencies for operation.
morenodejs

C# Anthropic Claude Library! You can call Claude API easy and intuitive

Developing DIY libraries for AI APIs is common due to the rapid introduction of new services.
Anthropic API can be easily accessed through the HigLabo.Anthropic C# library.

PyCoder's Weekly | Issue #618

Introducing Flask-Muck for building REST API quickly
10 Years of Wagtail CMS growth

Senior Full Stack Dev | Laravel & Vue.js at Vue School

BitterBrains is hiring a full-stack senior web developer for remote work
The ideal candidate should have experience with Vue.js, Nuxt, Laravel, and REST APIs

Using Gemini AI in Android Apps with the New Google AI SDK

Google introduced its new Google AI SDK to simplify integrating Gemini Pro, its best-performing model to date, in Android apps.

Building a Low-Level REST API for a Bookstore with Akka HTTP in Scala

HTTP is fundamental for data communication on the web.
Akka HTTP in Scala enables building REST APIs for CRUD operations.

How to use Refit to consume APIs in ASP.NET Core

Refit simplifies consuming REST APIs by defining endpoints as C# interfaces, eliminating manual HTTP requests and responses.
[ Load more ]