About 1,341,412 results (2,876 milliseconds)

example of Java Rest API wrapper

https://groups.google.com/g/neo4j/c/e1qxvZYJdNc
Hi all, trying to get a good example of using the Java REST API wrapper to just connect to the database.

RESTful API Design: nouns are good, verbs are bad | Google Cloud ...

https://cloud.google.com/blog/products/api-management/restful-api-design-nouns-are-good-verbs-are-bad
Nov 25, 2011 ... A door handle's design should communicate whether you pull or push. But here's an example of a conflict between design affordance and ...

Use the Cloud Firestore REST API | Firebase

https://firebase.google.com/docs/firestore/use-rest-api
Use case examples. Use an extension in your project. Overview · Install an ... The best way to begin experimenting with the REST API is to use the API ...

what are best practices for Session management for REST API

https://groups.google.com/g/pylons-discuss/c/qTz8MrGzwn8
Jan 6, 2016 ... I wish to know what are the best practices in RESTful api when managing user authentication and other persistent data?

Looking for code examples: Scala/Play + REST API + Slick ...

https://groups.google.com/g/play-framework/c/CHurfjZ9kfA
Jan 15, 2016 ... Can anyone recommend (1) a well-thought out, and generally vetted Activator template or (2) more preferably a decently mature GitHub project ...

Re: [nodejs] Best practices for token-based authentication in REST API

https://groups.google.com/g/nodejs/c/2zCXZ10jFbg/m/bvHb_ttEInUJ
js REST API implementation for an Android app? Sometimes it's easier to just learn from code. - Is there working example code of the node dependencies I see ...

islandora rest api

https://groups.google.com/g/islandora/c/owcKaAEXT1M
Great, thanks Mark. I'm attaching a sample curl version of what you suggested below (it worked great, BTW) and another last example for anyone who treads this ...

Manage API keys | Authentication | Google Cloud

https://cloud.google.com/docs/authentication/api-keys
To use the REST API samples on this page in a local development environment ... Restricting API keys is a best practice. For more information, see ...

Google APIs Explorer | Google for Developers

https://developers.google.com/apis-explorer
... Service as well as Google APIs Terms of Service. These actions can result ... Use this REST API to create and manage channels and sites as well as to ...

Uploading Enhanced conversion via REST API (not client library)

https://groups.google.com/g/adwords-api/c/FO90d4ZLFPI
Aug 8, 2023 ... Once your request is successful, you may refer here for a sample response. Let me know if you have any questions.. MKostrosO2's profile ...

RESTful-ness of Amazon Web Services APIs?

https://groups.google.com/g/api-craft/c/ww4IG8pzehU
and AWS). While Pachube struck me as an API following almost all the best ... An example of a pure REST API by amazon (Amazon S3) is here - http://docs ...

consensus around REST API terminology

https://groups.google.com/g/swagger-swaggersocket/c/aChvPAEHTaI/m/we4kz9xrLwAJ
Swagger-ui refers to the combination of the http verb and the path as operations. The petstore itself is not a good example of a REST API and is meant to be ...

RESTful API Design: What About Errors? | Google Cloud Blog

https://cloud.google.com/blog/products/api-management/restful-api-design-what-about-errors
Dec 6, 2011 ... What about errors in the context of RESTful API best practices? Many ... For example, the Google GData API uses only 10 status codes ...

Firebase Database REST API

https://firebase.google.com/docs/reference/rest/database
Samples · Support · Go to console · API Reference. CLI reference. Overview · auth:import and auth:export · Firebase Realtime Database Operation Types · Deploy ...

RESTful web API Design best practices | Google Cloud Blog

https://cloud.google.com/blog/products/api-management/restful-web-api-design-best-practices
Dec 1, 2022 ... Write down their most significant use cases and create a sample API response that only gives them the exact data they need for each case. As you ...

Use the Cloud SQL Admin API | Cloud SQL for MySQL | Google Cloud

https://cloud.google.com/sql/docs/mysql/admin-api
Each page has examples calling the API in several programming languages, as well ... You can see examples of using the API with cURL on the REST v1 and the REST ...

Reaper HTTP REST API Curl Examples

https://groups.google.com/g/tlp-apache-cassandra-reaper-users/c/70u6lxLurXw
I do have shiro auth enabled but get a 404 on the /login url as well. FYI - the spreaper tool doesn't work out of the box with a rpm install. Cheers,. Rhys.

Cloud APIs | Google Cloud

https://cloud.google.com/apis
Use these Cloud APIs with REST calls or client libraries in popular programming languages. ... A Google Cloud expert will help you find the best solution.

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 ... ... REST API, we can mostly avoid discussing REST and just focus on HTTP. ... good HTTP/REST APIs. Unfortunately, we see many examples of APIs ...

5 ways to implement REST API authentication | Google Cloud Blog

https://cloud.google.com/blog/products/api-management/5-ways-to-implement-rest-api-authentication
Feb 9, 2023 ... For example, if your API handles sensitive data, you may want to use a stronger authentication method such as OAuth 2.0 or mutual SSL. Self- ...