APIs with SOAP, REST and gRPC
- APIs
- From RESTful to Event-Driven APIs
- API Gateway vs. Load Balancer: What’s The Difference?
- Python FastAPI
- Python REST APIs with flask
- Motivation
- State of the API Report
- Types of API Protocols. Interprocess Communication in Microservices
- Comparisons
- Tools
- Browser APIs
- API Security
- Free Web Services (Public APIs)
- Open Banking
- RPA
- API Ops
- Related
- Video APIs
- API Business Models
- Videos
- Images
- Tweets
APIs
- wikipedia: API Application Programming Interface
- postman.com: What is an API?
- github.com/public-apis/public-apis: Try Public APIs for free π A collective list of free APIs. Explore popular APIs and see them work in Postman.
- apifriends.com: What is an API?
- axway.com: What is API Management?
- mulesoft.com: APIs versus web services
- Youtube Playlist: Introduction to APIs
- Devdocs.io API Documentation π
- Dzone: 5 Tips for Better REST API Design Good API design is difficult. Maintaining backwards compatibility, effectively testing, handling upgrades, etc. is hard to manage. Check out this guide for help!
- thenewstack.io: 5 Ways to Succeed with an API Gateway
- redhat.com: An Architect’s guide to APIs: SOAP, REST, GraphQL, and gRPC π There are many strategies for data exchange. Here’s a primer on four essentials.
- dev.to: Why RESTful API rules are not enough or good for you to design good apis?
- dzone: Why Is REST API Architecture Gaining Popularity in the Digital Industry? π
- amazicworld.com: Why APIs canβt be missed when it comes to DevOps
- medium: API Gateway Part 1 Understanding how API Gateway Works
- rapidapi.com: API vs Microservices [Whatβs the Difference?]
- snipcart.com: API vs. Microservices: A Beginners Guide to Understand Them π
- youtube: Local CRUD API Express App with Docker in 5 min
- freecodecamp.org: REST API Best Practices β REST Endpoint Design Examples π
- dzone: API Throttling Strategies When Clients Exceed Their Limit Here’s how to handle clients exceeding API rate limits, as well as a few alternate strategies to explore and implement.
- abdulrwahab.medium.com: API Architecture β Design Best Practices for REST APIs
- blog.bitsrc.io: API vs Microservices β Are you using 2 terms for the same concept? No, youβre not, but let me explain
- blog.devgenius.io: Principles & Best practices of REST API Design
- troyhunt.com: Your API versioning is wrong, which is why I decided to do it 3 different wrong ways
- infoq.com: A Standardized, Specification-Driven API Lifecycle
- levelup.gitconnected.com: Whatβs Wrong With Your CRUD APIsβ Besides Everything? Soβ¦ I heard you worship CRUDy REST interfaces.
- dzone: Exploring the API-First Design Pattern Learn how the API-first design pattern is a carbon copy of the successful writing approach that John Vester has leveraged for several years.
- genbeta.com: Hace 20 aΓ±os, este correo de Jeff Bezos en Amazon cambiΓ³ para siempre la forma en que programamos apps Un aspecto fundamental del valor de una API reside en su ‘efecto red’: siendo un conjunto de ‘bloques de construcciΓ³n digitales’, cuanto mayor sea el nΓΊmero de funcionalidades que proporcione mΓ‘s cosas valiosas permitirΓ‘ crear. El texto completo de la ya conocida como ‘API Mandate’ (‘Orden API’) es el siguiente:
- Todos los equipos expondrΓ‘n a partir de ahora sus datos y funcionalidad a travΓ©s de interfaces de servicio.
- Los equipos deben comunicarse entre sΓ a travΓ©s de estas interfaces.
- No se permitirΓ‘ ninguna otra forma de comunicaciΓ³n entre procesos: nada de vinculaciΓ³n directa, ni lecturas directas del depΓ³sito de datos de otro equipo, ni modelo de memoria compartida, ni ninguna clase de puertas traseras: la ΓΊnica comunicaciΓ³n permitida serΓ‘ mediante llamadas a la interfaz de servicio a travΓ©s de la red.
- No importa quΓ© tecnologΓa utilicΓ©is: HTTP, Corba, Pubsub, protocolos personalizados? da igual.
- Todas las interfaces de servicio, sin excepciΓ³n, deberΓ‘n diseΓ±arse desde cero para que sean externalizables. Es decir, el equipo debe planificar y diseΓ±ar para poder exponer la interfaz a los desarrolladores en el mundo exterior. Sin excepciones.
- Cualquiera que no haga esto serΓ‘ despedido.
- thenewstack.io: How to Achieve API Governance With APIs popping up everywhere, API strategy demands common design patterns, central discoverability, and putting users first.
- jkebertz.medium.com: The Art of Writing Amazing REST APIs
- freecodecamp.org: REST API Design Best Practices Handbook β How to Build a REST API with JavaScript, Node.js, and Express.js When you’re working with APIs, there are some basic best practices you should follow. And if you really want to learn how they work, build one yourself. In this guide Jean-Marc goes over each best practice as you build a REST API w/ JS, Node, & Express.
- infoq.com: Modern API Development and Deployment, from API Gateways to Sidecars
- betterprogramming.pub: How To Deprecate APIs the Right Way Deprecate your old APIs with the consciousness of your users
- dzone.com: REST vs. Messaging for Microservices π Discover how to choose the right communication style for your microservices in this exploration of two common protocols.
- medium.com/@ezinneanne: Best API documentation tools you need
- freecodecamp.org: Public APIs Developers Can Use in Their Projects
- blog.postman.com: How to choose between REST vs. GraphQL vs. gRPC vs. SOAP
- postman.com: API versioning Learn how API versioning enables teams to make changes to their API without creating problems for consumers.
From RESTful to Event-Driven APIs
API Gateway vs. Load Balancer: What’s The Difference?
- blog.hubspot.com: API Gateway vs. Load Balancer: What’s The Difference? An API gateway vs. load balancer comparison can be boiled down to the fact that they both manage traffic entering your website or application but have different roles. An API gateway handles authentication and security policies, while a load balancer API distributes network traffic across multiple servers.
Python FastAPI
Python REST APIs with flask
Motivation
- APIs published, APIs consumed: mainstream enterprises increasingly behave like software vendors Mainstream enterprises increasingly reach out to customers with APIs, digital services. Unlike software providers though, many still have mostly on-premises infrastructure.
- You Bet That APIs Power DevOps Tools
State of the API Report
Postman State of the API Report
- postman.com: 2019 Postman State of the API Report π
- blog.postman.com: You Can Now Capture Responses Using the Postman Proxy
Smartbear State of the API Report
Types of API Protocols. Interprocess Communication in Microservices
- apifriends.com: What are the different types of APIs? π Types of API Protocols: SOAP, REST and RPC
- vishnuch.tech: Interprocess Communication in Microservices π Different IPC methods in microservices like REST API, gRPC, Kafka, RabbitMQ, etc… which developers should know.
SOAP API Protocol (Simple Object Access Protocol)
- wikipedia: SOAP
- geeksforgeeks.org: Basics of SOAP β Simple Object Access Protocol
- For information about the latest work on SOAP and a full list of SOAP specifications refer to the W3C Technical Reports
- guru99.com: SOAP Web Services Tutorial: Simple Object Access Protocol. What is SOAP?
- jitendrazaa.com: Create SOAP message using Java
- dzone: Creating a SOAP Web Service With Spring Boot Starter Web Services In this post, we cover the concepts of SOAP and REST and show you all the code you need to use SOAP web services in a Spring Boot app.
REST API Protocol (Representational State Transfer)
- wikipedia: REST
- geeksforgeeks.org: REST API (Introduction)
- geeksforgeeks.org: REST API Architectural Constraints
- mulesoft.com: What is a RESTful API?
- Dzone refcard: Foundations of RESTful Architecture π
- Dzone: REST API tutorials
- dev.to: Make your own API under 30 lines of code π
- dzone: REST API Versioning Strategies Today microservices are a hot trend for developing cloud-native applications. API versioning helps to iterate faster when the needed changes are identified.
- freecodecamp.org: What is REST? Rest API Definition for Beginners
- blog.devgenius.io: Principles & Best practices of REST API Design
- javarevisited.blogspot.com: How to send POST Request with JSON Payload using Curl Command in Linux to Test RESTful Web Services?
- medium.com/@shubhadeepchat: Best Practices for good REST API Design
- blog.bytebytego.com: EP94: REST API Cheatsheet
- freecodecamp.org: The REST API Handbook β How to Build, Test, Consume, and Document REST APIs
OpenAPI Specification (originally known as the Swagger Specification)
- OpenAPI evolved from the Swagger project. Swagger started out as a specification for documenting RESTful APIs. Later on, tools to generate client and server code and generating of test cases were added. While the original Swagger Specification was donated to the Linux Foundation and renamed the OpenAPI, Swagger remains one of the most widely used open-source toolsets for developing OpenAPIs.
- OpenAPI (f.k.a Swagger) has introduced a set of standardized specifications for REST APIs that, among many things, allows producers and consumers of APIs to work together in designing an API before even writing a single line of code! This design-first approach has improved the experience of API developers by giving them the opportunity to use tools like OpenAPI generator which takes an OpenAPI definition and generates scaffolding code for backenders, making the development of APIs much faster.
- Wikipedia: OpenAPI Specification π
- OpenAPI FAQ. What is OpenAPI Specification (OAS)? OpenAPI Specification The OAS defines a standard, programming language-agnostic interface description for REST APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic.
- apis.guru/openapi-directory: large archive of sample OpenAPI descriptions
RPC API Protocol (Remote Procedure Call)
- wikipedia: RPC Remote Procedure Call
- open-rpc.org lightweight RPC framework π It layers an interface description on top of JSON-RPC 2.0 and ships with a few tools to help you design, document, and test your APIs.
gRPC
- gRPC
- wikipedia: gRPC
- developers.googleblog.com: Introducing gRPC, a new open source HTTP/2 RPC Framework
- nordicapis.com: Using gRPC to Connect a Microservices Ecosystem
- cncf.io: Think gRPC, when you are architecting modern microservices!
- itnext.io: A minimalist guide to gRPC REST API is good but is it really the best option that we have?
- gendocu.com: RPC API Developer Portal
- medium.com/javarevisited: Microservices communication using gRPC Protocol
- blog.getambassador.io: Implementing gRPC-Web with Emissary-ingress In this article, you’ll learn how to implement gRPC-Web (a JavaScript implementation of gRPC for browser clients) with Emissary-ingress β an Envoy-based API gateway and Ingress controller
Asynchronous APIs
WebSockets
- WebSocket
- The State of Real-Time Web in 2016
- SPDY and WebSocket Support at Akamai
- spring.io: YMNNALFT: Websockets Welcome to another installment of You May Not Need Another Library For That (YMNNALFT)!
- blog.bitsrc.io: Deep Dive into WebSockets Understand the important attributes of WebSockets that every developer should know
- betterprogramming.pub: Lambda vs. Step Functions: The Battle of Cost and Performance With the big push to use Step Functions over Lambda, you might be wondering βwhich is more cost-effectiveβ? The answer might surprise you.
- There are use cases for both, but the consensus for production development lives with a hybrid approach: performing a base set of actions synchronously, like validations and id creation and kicking off the rest of the processing asynchronously. Youβd then use a WebSocket to inform the user when the workflow is complete.
- grafana.com: How to use WebSockets to visualize real-time IoT data in Grafana
Socket.io
AsyncAPI
- AsyncAPI Building the future of event-driven architecture. Open source tools to easily build and maintain your event-driven architecture. All powered by the AsyncAPI specification, the industry standard for defining asynchronous APIs.
- thenewstack.io: AsyncAPI Could Be the Default API Format for Event-Driven Architectures
- microcks.io: Simulating CloudEvents with AsyncAPI and Microcks
- The rise of Event Driven Architecture (EDA) is a necessary evolution step towards cloud-native applications. Events are the ultimate weapon to decouple your microservices within your architecture. They are bringing great benefits like space and time decoupling, better resiliency and elasticity.
- But events come also with challenges! One of the first you are facing when starting up as a development team - aside the technology choice - is how to describe these events structure? Another challenge that comes very quickly after being: How can we efficiently work as a team without having to wait for someone elseβs events?
- Weβll explore those particular two challenges and see how to simulate events using CloudEvents, AsyncAPI and Microcks.
- AsyncAPI is an industry standard for defining asynchronous APIs. Our long-term goal is to make working with EDAs as easy as it is to work with REST APIs.
- Microcks is an Open source Kubernetes-native tool for mocking/simulating and testing APIs. One purpose of Microcks is to turn your API contract (OpenAPI, AsyncAPI, Postman Collection) into live mocks in seconds. It means that once it has imported your AsyncAPI contract, Microcks start producing mock events on a message broker at a defined frequency. Using Microcks you can then simulate CloudEvents in seconds, without writing a single line of code. Microcks will allow the team relying on input events to start working without waiting for the team coding the event publication.
- asyncapi.com: AsyncAPI and CloudEvents I’ve been receiving the same question for a long time now: Should I use CloudEvents or AsyncAPI? β And my response has always been the same: it depends!
- CloudEvents: a specification for describing event data in a common way. CloudEvents seeks to ease event declaration and delivery across services, platforms and beyond!
- AsyncAPI: Create machine-readable definitions of your event-driven APIs.
Comparisons
- blog.bitsrc.io: Not All Microservices Need to Be REST β 3 Alternatives to the Classic
- levelup.gitconnected.com: Truth About { SOAP vs REST vs GRPC vs GraphQL } Checklist
- medium: REST, RPC, GraphQL⦠What to choose? API protocols comparison from the practical straightpoint
- blog.logrocket.com: GraphQL vs. gRPC vs. REST: Choosing the right API
- medium.com/dlt-labs-publication: gRPC vs. REST β Performance Test using JMeter
SOAP vs REST
- geeksforgeeks.org: Difference between REST API and SOAP API
- dzone: A Comprehensive Guide to REST vs. SOAP Learn the primary differences between REST and SOAP APIs, each one’s benefits, and when it’s appropriate to use the two.
- dzone: Web Services Architecture β When to Use SOAP vs REST Learn why SOAP (Simple Object Access Protocol) and REST (Representation State Transfer) are popular with developers working on system integration projects.
- dzone: Comparing RESTful APIs and SOAP APIs Using MuleSoft as an Example
- reply.com: Web Services: SOAP and REST - A Simple Introduction
- SOAP is a communications protocol while REST is a set of architectural principles for data transmission.
- REST was designed to be a more straightforward and easy to implement alternative to heavyweight SOAP for web service access. SOAP functions well in distributed environments where REST assumes a direct point to point communication. Also, SOAP allows for services to describe themselves to clients and in some languages allows for automation. On the other hand, REST is fast as less processing is required, uses less bandwidth and is closer to technologies used in web design.
- The choice on which to use is totally dependent on what the requirement. For example, SOAP is a better choice for applications that have complex API so as to describe the services and methods, where formal contracts are agreed for the exchange format, where a guaranteed level of security is required etc. REST will be preferred when limiting bandwidth and resources, when operations are can be stateless and the information can be cached.
- baeldung.com: REST vs SOAP
REST vs OpenAPI vs gRPC
- REST vs. gRPC: Battle of the APIs
- Comparing OpenAPI With gRPC π OpenAPI is a great choice due to its interoperability. On the other hand, gRPC offers a better performance. Luckily, you don’t have to choose one or the other.
- imaginarycloud.com: gRPC vs REST: Comparing APIs Architectural Styles
REST vs GraphQL vs gRPC
Tools
- OpenAPI Generator π Generate clients, servers, and documentation from OpenAPI 2.0/3.x documents
- dev.to: 7 API Tools for REST Developers and Testers
API Testing
- softwaretestingportal.com: API Testing, Key Terminologies and more…
- dzone.com: 10 API Testing Tips for Beginners (SOAP and REST) Let’s take a look at ten API testing tips for beginners with a focus on REST APIs and SOAP APIs.
- blog.testproject.io: Top 10 API Testing Tools to Watch in 2020 π
- mockoon π Create mock APIs in seconds. Mockoon is the easiest and quickest way to run mock API locally. No remote deployment, no account required, open source.
- thenewstack.io: 4 Essential Tools for Protecting APIs and Web Applications
- youtube: API Testing Part 1- API Core Concepts
- blog.testproject.io: API Testing 101 π
- microcks.io π Open source Kubernetes Native tool for API Mocking and Testing. If you are looking for a tool that helps in microservices API testing on Kubernetes it is worth taking a look at microcksio. It supports OpenAPI 3 and e.g. Kafka with Avro encoding
- tricentis.com: Getting started with automated continuous performance testing
- dev.to: Top 15 Automated API Testing Tools
- opensource.com: 3 ways to test your API with Python Unit testing can be daunting, but these Python modules will make your life much easier.
GraphQL
- GraphQL A query language for your API
- How is the OpenAPI Specification different from GraphQL? How are screws better than nails? Both are useful tools that solve similar problems in slightly different ways. OpenAPI Specification offers a declarative contract that defines the structure of API requests and responses as discrete operations. GraphQL prefers an interface style that is more like querying a database and is best suited to graph databases.
- Hasura Launches Beta of GraphQL-Based Remote Joins Tool
- thenewstack.io: Why Backend Developers Should Fall in Love with GraphQL too
- blog.dream11engineering.com: Lessons learned from running GraphQL at scale
- world.hey.com: Another REST vs GraphQL comparison
- dzone: A Schema Architecture for Microservices
- medium.datadriveninvestor.com: Everything You Wanted to Know About GraphQL (But Were Afraid to Ask) APIβs are Everywhere now. So, modern developers need an efficient Query Language, GraphQL. Learn everything about this query language used by Twitter, Facebook, Github, Shopify, Pinterest and thousands more.
- betterprogramming.pub: Building GraphQL Server Using Schema-first Approach in Python Handle CRUD operations with ease
Hasura
- Hasura π Instant realtime GraphQL APIs for all your data
- Build modern apps and APIs 10x faster
- TickInstant GraphQL & REST APIs
- TickBuilt in authorization for secure data access
- TickOpen source
Browser APIs
- betterprogramming.pub: 4 Awesome Browser APIs You Might Not Be Using Yet Keep them handy. They can be super useful!
API Security
- devops.com: Web Application Security is not API Security π
- biztechmagazine.com: 6 Steps to Improved API Security Application programming interfaces are critical to businesses. Tech leaders must do more to protect them.
- portswigger.net: Introducing vAPI β an open source lab environment to learn about API security
- thenewstack.io: Developer, Beware: The 3 API Security Risks You Canβt Overlook
- medium.com/@sajjadfazlani: How to protect your APIs and Microservices? π The simplest answer is to enforce 1) Zero Trust and 2) Mitigate the critical security vulnerabilities by considering the OWASP top 10 recommendations.
Free Web Services (Public APIs)
Open Banking
RPA
API Ops
- thenewstack.io: How Platform Ops Teams Should Think About API Strategy Platform Ops Is API Ops
Related
- medium: Do I Need an API Gateway if I Use a Service Mesh? π
- Dzone: How to Create a REST API With Spring Boot
- Dzone: Step-By-Step Spring Boot RESTful Web Service Complete Example
- Creando un API REST en Java (parte 1)
- dev.to: Rapid API Creation with AWS Amplify
- portal.dev Build beautiful API documentation. Portal lets you create, publish, and maintain your API docs with ease.
- openapi-comment-parser A clean and simple way to document your code for generating OpenAPI (Swagger) specs.
Video APIs
API Business Models
Videos
Click to expand!
Images
Tweets
Click to expand!
People complain about tooling fatigue but web dev in 2021 is 10x simpler than in 2011. You just gotta pick the right tools.
— gunar.uk (@gunar) May 21, 2021
Infra: @PulumiCorp
Data: @PostgreSQL
API: @HasuraHQ
Frontend: @vercel's NextJS
And no proprietary bullshitβ100% open source!
/1 REST is the most common communication standard between computers over the internet. What is it? Why is it so popular? Let's take a look at this thread. pic.twitter.com/GBdBcC56aF
— Alex Xu (@alexxubyte) August 25, 2022
Optimize API performance with these 5 tips.
— RapidAPI (@Rapid_API) October 21, 2022
Threadπ§΅π
API Testing. What is it?
— RapidAPI (@Rapid_API) October 24, 2022
Thread π§΅π
Authentication vs. Authorization β What's the difference?
— RapidAPI (@Rapid_API) October 27, 2022
A thread π§΅
Let's discuss how we can handle CORS in Express.
— RapidAPI (@Rapid_API) October 27, 2022
Thread π§΅π
HTTP headers that developers should be aware of.
— RapidAPI (@Rapid_API) November 10, 2022
Threadπ§΅π
OAuth2, features, and advantages.
— RapidAPI (@Rapid_API) November 12, 2022
Thread π§΅π
How to increase API performance?
— RapidAPI (@Rapid_API) November 11, 2022
Thread π§΅π
Different Architectural Styles of APIs
— RapidAPI (@Rapid_API) November 25, 2022
Thread π§΅π
What is GraphQL? When should we use it?
— Bytebytego (@bytebytego) November 28, 2022
How is GraphQL the same as REST? How are they different? Letβs dive deeper.
Watch here: https://t.co/AF9GfbgBWZ pic.twitter.com/EUgGe82rNu
Local Storage. What is it?
— RapidAPI (@Rapid_API) November 28, 2022
Thread π§΅π
Best Practices for Securing API Keys
— RapidAPI (@Rapid_API) December 12, 2022
Thread π§΅π
API Authentication methods
— RapidAPI (@Rapid_API) December 26, 2022
Thread π§΅π
Here, we'll discuss the three most commonly used API authentication techniques:
— RapidAPI (@Rapid_API) December 26, 2022
- HTTP Authentication
- API Keys (Bearer token, JSON Web Token)
- OAuth
HTTP Status codes worth knowing about
— RapidAPI (@Rapid_API) December 27, 2022
Thread π§΅π
What exactly is CORS, and how does it work?
— RapidAPI (@Rapid_API) December 27, 2022
Thread π§΅
What is an API? pic.twitter.com/FBQfcGDsdh
— RapidAPI (@Rapid_API) December 28, 2022
Difference between API Authentication and API Authorization.
— RapidAPI (@Rapid_API) December 28, 2022
Thread π§΅π
How does JSON web token (JWT) authentication work?
— RapidAPI (@Rapid_API) December 29, 2022
Thread π§΅ππ»
What is the difference between an API and a Microservice?
— RapidAPI (@Rapid_API) December 29, 2022
Thread π§΅π
API security best practices π
— RapidAPI (@Rapid_API) December 30, 2022
{ 1 / 6 } pic.twitter.com/0IjjK7zhWv
What is a REST API?
— Rapid (@Rapid_API) January 30, 2023
Thread π§΅π
10 API related terms that every developer should be aware of
— Rapid (@Rapid_API) February 6, 2023
Thread π§΅π
What are CRUD operations?
— Rapid (@Rapid_API) February 6, 2023
Thread π§΅π
How do Webhooks work?π pic.twitter.com/9CQ76uhY4l
— Rapid (@Rapid_API) February 7, 2023
How to use Axios to make API requests.
— Rapid (@Rapid_API) February 6, 2023
Thread π§΅π
Five GPT-3 based APIs for your next side project.
— Rapid (@Rapid_API) February 7, 2023
Thread π§΅π
API Design best practices
— Rapid (@Rapid_API) February 9, 2023
Thread π§΅π
HTTP 2xx Status Codes worth knowing about
— Rapid (@Rapid_API) February 9, 2023
Thread π§΅π
What's the difference between the HTTP methods PUT and PATCH?
— Rapid (@Rapid_API) February 10, 2023
A thread π
{ 1 / 5 } pic.twitter.com/lTCpIGU9l3
What's the difference between API and microservice?
— Rapid (@Rapid_API) February 14, 2023
Thread π§΅π
Top location APIs that you can use in your next project
— Rapid (@Rapid_API) February 15, 2023
Thread π§΅π
Cloud and APIs. How does it work?
— Rapid (@Rapid_API) February 18, 2023
Thread π§΅π
8 APIs that you can use in your next side project
— Rapid (@Rapid_API) February 20, 2023
Thread π§΅π
How does JSON web token (JWT) authentication work?
— Rapid (@Rapid_API) February 22, 2023
Thread π§΅π
REST API development tips π
— Rapid (@Rapid_API) February 24, 2023
{ 1 / 6 } pic.twitter.com/9L2QKReuRp
Benefits of API caching ππ§΅
— Rapid (@Rapid_API) February 24, 2023
Difference between API and Webhook
— Rapid (@Rapid_API) February 27, 2023
Thread π§΅π
/1 What are the API architectural styles?
— Alex Xu (@alexxubyte) February 27, 2023
The diagram below shows the common API architectural styles in one picture:
1. REST
2. GraphQL
3. Web socket
4. Webhook
5. gRPC
6. SOAP pic.twitter.com/ojmpp12A09
Introduction to GraphQL queries.
— Rapid (@Rapid_API) March 9, 2023
A thread π§΅π
Letβs talk about different API testing methods.
— Rapid (@Rapid_API) March 13, 2023
Thread π§΅π
API Integration. What is it?
— Rapid (@Rapid_API) March 14, 2023
Thread π§΅π
How to avoid API rate limits?
— Rapid (@Rapid_API) March 15, 2023
A thread π§΅π
Difference between JSON and XML
— Rapid (@Rapid_API) March 17, 2023
- Structure
- Performance
- Compatibility
- Usage
- Supported types
- Readability
- Flexibility
Thread π§΅π
Let's talk about APIs
— Rapid (@Rapid_API) March 22, 2023
- What is an API
- Usage of APIs
- Types of APIs
- Benefits of APIs
Thread π§΅π
Letβs learn about OAuth
— Rapid (@Rapid_API) March 28, 2023
Thread π§΅π
Different API Authentication Methods
— Rapid (@Rapid_API) April 6, 2023
1οΈβ£ Basic Auth
2οΈβ£ API Keys
3οΈβ£ OAuth 2.0
4οΈβ£ JSON Web Tokens
5οΈβ£ Header API Authentication
Thread π§΅π
API Design Principles and Best Practices.
— Rapid (@Rapid_API) April 12, 2023
β― Focus on User Experience
β― Embrace RESTful Principles
β― Use Consistent Naming Conventions
β― Versioning & Backward Compatibility
β― Error Handling and Messaging
β― Pagination and Filtering
β― Security and Authentication
Threadπ§΅π
API documentation.
— Rapid (@Rapid_API) April 12, 2023
Tools, Techniques, and Importance:
Threadπ§΅π
GraphQL APIs: concepts, advantages, and use cases
— Rapid (@Rapid_API) April 13, 2023
Thread π§΅π
HTTP HEAD method. When is it used?
— Rapid (@Rapid_API) April 11, 2023
Thread π§΅π