Using ApiKit to integrate with a REST API
A tutorial on using the open-source Swift package ApiKit to integrate with and model REST APIs, using the Yelp API as an example.
A tutorial on using the open-source Swift package ApiKit to integrate with and model REST APIs, using the Yelp API as an example.
A technical resource list for automating VMware vSphere Replication and Site Recovery Manager using PowerCLI, based on a user group presentation.
A tutorial on converting REST API JSON data directly into CoreData entities in Swift, eliminating the need for duplicate model classes.
Using Azure API Management to protect JSON REST APIs by validating payloads against a JSON schema and enforcing size limits.
A tutorial on building full CRUD REST APIs using Flask and FastAPI with the Psycopg2 PostgreSQL adapter, comparing it to ORMs.
Explains how to use Azure OpenAI's 'Add your data' feature programmatically via REST APIs to integrate custom documents into AI responses.
A developer reflects on over-engineering a CRUD controller, learning that clever abstractions can create unmaintainable code.
A guide on refactoring .NET HTTP clients to use Typed HTTP Clients, covering pitfalls of HttpClient and best practices for consuming REST APIs.
A guide on visualizing End-2-End test results using Bitbucket's API and Kotlin scripting to identify regressions and stability issues.
A guide to automatically assign team reviewers to Azure DevOps pull requests using a PowerShell script and the Azure DevOps API within a pipeline.
A tutorial on automating the creation of GitHub deployment environments using PowerShell and the GitHub REST API.
A guide to updating Hugo tweet shortcodes using PowerShell, curl, and the Twitter API to comply with new syntax requirements.
A developer explains why Django is an excellent choice for building large, database-driven web applications, highlighting its rapid development, security, and ecosystem.
A technical guide on creating a simple API stub for testing using AWS API Gateway, Lambda, and S3 to serve static JSON data.
A developer's first experience trying OData, describing it as 'REST on steroids' and comparing it to standard REST APIs and GraphQL.
A tutorial on building a REST API using Express.js and PostgreSQL, covering database integration and CRUD operations.
A technical guide on connecting to the PassKit API using Ruby, demonstrating authentication and API calls with the `jwt` and `httparty` gems.
A guide to implementing and managing API versioning in ASP.NET Core, covering setup, benefits, and practical examples.
Explores mocking REST APIs using the API-first approach with Mockoon, an OpenAPI-compliant tool for parallel development and testing.
A tutorial on building a basic CRUD API using only Node.js core modules, covering RESTful conventions and implementation without external frameworks.