About 1,759,167 results (3,852 milliseconds)

Interacting with APIs: REST and GraphQL | Google Cloud Blog

https://cloud.google.com/blog/products/api-management/interacting-with-apis-rest-and-graphql
Apr 1, 2021 ... GraphQL is a query language for APIs and a runtime for fulfilling those queries. REST and GraphQL are similar in that they identify resources as ...

How to manage GraphQL APIs in Apigee | Google Cloud Blog

https://cloud.google.com/blog/products/api-management/how-to-manage-graphql-apis-in-apigee
Sep 23, 2021 ... While REST is widely used, of late, formats like GraphQL are gaining popularity among developers. GraphQL is a query language for APIs and a ...

How to manage your GraphQL APIs with Apigee | Google Cloud Blog

https://cloud.google.com/blog/products/api-management/how-to-manage-your-graphql-apis-with-apigee
Dec 3, 2021 ... Now with both REST and GraphQL as powerful API options, API ... Here's an example GraphQL request and response that illustrates the scenario:.

GraphQL API for Netbox

https://groups.google.com/g/netbox-discuss/c/yvjzVhRv8mc
For example, let's look at a query for an interface: The result contains all information about the interface, some information on the device, the connection and ...

Build a GraphQL API with BigQuery Datasets and Hasura | Google ...

https://cloud.google.com/blog/products/data-analytics/build-a-graphql-api-with-bigquery-datasets-and-hasura/
Nov 28, 2023 ... Hasura consumes this metadata to generate your GraphQL and REST APIs. ... A sample BigQuery query (Search terms from the previous day in ...

Apigee API Management | Google Cloud

https://cloud.google.com/apigee
Support for REST, SOAP, GraphQL, or gRPC ... Build your first API proxy on Apigee today. Quickstart. Explore helpful resources and examples. Resources ...

"GWT RPC" and its role in the future of GWT

https://groups.google.com/g/google-web-toolkit-contributors/c/QvKQeaRI_Dg
But that would still mean Java on the client side and, even though I ... Even if I could expose APIs of any other kind (REST, GraphQL, JavaScript ...

REST vs. RPC: what problems are you trying to solve with your APIs ...

https://cloud.google.com/blog/products/application-development/rest-vs-rpc-what-problems-are-you-trying-to-solve-with-your-apis
Oct 15, 2018 ... All mainstream modern programming languages that are used to produce and consume APIs—for example Java, Javascript, Python, Golang, C/C++ and ...

Should CQRS services be RESTful?

https://groups.google.com/g/dddcqrs/c/YdTAIcGMXFI
In the classic "New Customer"example, here's the order of operations at the moment the client makes the request: 1. Client sends an HTTP request to a REST ...

Use the Cloud Firestore REST API | Firebase

https://firebase.google.com/docs/firestore/use-rest-api
For example, a query request might require an index not yet defined. See the message field in the error response for the precondition that failed. Do not retry ...

Requestly: Supercharge your Development & QA - Chrome Web Store

https://chromewebstore.google.com/detail/requestly-supercharge-you/mdnleldcmiljblolnjhpnblkcekpdkpa
Features: Intercept & Modify HTTPs Requests, API Mocking, GraphQL Mocking, Rest API Client, API Testing, Modify HTTP Headers, etc

Google Cloud API design tips | Google Cloud Blog

https://cloud.google.com/blog/products/api-management/google-cloud-api-design-tips
Oct 21, 2020 ... Check out API Design: Understanding gRPC, OpenAPI and REST and When to Use Them, Rest vs. ... , GraphQL: Building a Consistent Approach for the ...

GraphQL Kiva API Examples

https://groups.google.com/g/build-kiva/c/rh3XstWG4q0/m/57kXwvmgAAAJ
This afternoon, I've been playing around with a GraphQL endpoint to query Kiva data. GraphQL, in many people's opinion, is the successor to REST because of how ...

Using GraphQL | Apigee | Google Cloud

https://cloud.google.com/apigee/docs/api-platform/develop/graphql
Associate GraphQL with API products. Leverage the Oauth2, VerifyAPIKey, and Quota policy features, just as in REST. GraphQL supports the following types of ...

Designing and managing APIs: Best practices & common pitfalls ...

https://cloud.google.com/blog/products/api-management/api-design-best-practices-common-pitfalls
Dec 13, 2018 ... For example, if I did a GET on http://etailer.com ... gRPC vs REST: Understanding gRPC, OpenAPI and REST and when to use them in API design ...

REST Resource: organizations.apiproducts | Apigee | Google Cloud

https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.apiproducts
For example, if the apiResources element is defined to be /forecastrss and the base path defined for the API proxy is /weather , then only requests to /weather/ ...

zap scan with REST API's

https://groups.google.com/g/zaproxy-users/c/gbeHOEeI8ws
Mar 4, 2021 ... I dont have neither openapi, soap, or graphql. I have a list of API endpoints and have a apiary and postman json collections. Is there a way ...

Proposal for new project based on Jackson Mixins

https://groups.google.com/g/microprofile/c/oWlIsvb2NEU
In MP, I can see applications of this for things like MP GraphQL, Rest Client (imagine cases where the client interface or some provider is in a third-party jar) ...

REST Interface | Google Ads API | Google for Developers

https://developers.google.com/google-ads/api/rest/overview
... API (like timeout settings, result set pagination, and authentication). Our client libraries also include an extensive set of code examples and utilities ...

How do you use GraphQL with Clojurescript?

https://groups.google.com/g/clojurescript/c/VbJLJS9I-qM
However, it's also proven that streamlining the communication of data from server to client, and stripping out all of our bloated controllers and REST apis is ...