Results for rest
I am currently working on a Flask REST API that interacts with a Dockerized MySQL database. I have encountered a 404 error when trying to access the /...
I'm just getting started with Perl (5.38) and I recently learned how to destructure arguments from the argument array @_; for example: my ($var1, $var...
This is my dataframe: import pandas as pd df = pd.DataFrame( { 'a': [ 'a', 'a', 'a', 'a', 'a', 'a', 'b', 'b', 'b', 'b', 'b', ...
Here is pseudo code for a pipeline definition I have: include: - template: Security/Container-Scanning.gitlab-ci.yml stages: - build - scan -...
I have a project that is connected to a postgres db on AWS but when I go to create a user the user does not get saved. I was able to create a superus...
I have setup both a REST API and HTTP Link service to our APIs with ADF. The objective is to copy data from our API to one of our SQLDBs The link conn...
I have a REST API setup using Spring Boot. I'm attempting to send a JSON object in a POST request to the API to read the values and store them in a SQ...
I know, how to build a ResteasyClient with own SSL context. builder.sslContext(mySSLcontext); It works fine, e.g from standalone client and/or arquill...
I have a script that automatically creates a local Kubernetes cluster (for development purposes), installing a bunch of applications including Keycloa...
I've been seeing that GraphQL allows the user to limit the data they receive, but that can be quite easily done on a REST API. You can have a, for exa...
I don't see why Spring try to instantiate my Predicate by interface. What configuration is responsible for binding predicate from http parameters? I h...
Thank you very much for your help. I am using Yii2. I want to use a REST POST request to send a list of words to the server, the server will translate...
I created a REST Data Source in an application that consumes data from an external API source. I have set up a Syncronization to check for changes to ...
So i'm trying to check VAT Numbers using the REST Service the EU provides. Here is some documentation about it: https://ec.europa.eu/taxation_customs/...
I have a model with an ImageField: image_url = models.ImageField(upload_to=upload_to, blank=True, null=True) I did include it in my serializer in this...
This is my example code and output. import pandas as pd import matplotlib.pyplot as plt import matplotlib.dates as mdates # Create a DataFrame with a...
I'm trying to update cluster custom_tags using the DataBricks API found here. The error message I receive does not match the Required parameters shown...
I didn't find any guideline regarding the error message in REST. for example in case of 403 i want to add message like "your account as been disabled"...
If I make a spring-boot web based rest API and just add the spring-boot-starter-security jar the application will initialize like so: 2023-10-27T15:06...
I use the following serializer in my ViewSet to create some Instance: class InstanceCreateSerializer(ModelSerializer): class Meta: model =...
I'm not able to delete a share, having the following issues: az storage share delete --name share1 --account-key $key --account-name $sa_name --delete...
I've found two approaches of returning error status codes from RESTful API: the first is traditional using ResponseEntity<>. The second one is to crea...
I am syncing orders between my WooCommerce store and a 3rd party tool, and I am re-making the sync program using the REST API. I want to get a batch o...
apologies if this has been asked before - I could not find an answer to my question though assuming there is the following file touch test2 echo "ref...
I have been working on a simple project to create a REST API. There is a two problem on the project. Such as: data.sql: The sql query that I have wri...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?