↧
What is the difference between performing a procedure on a resource and...
I'm new to web development and I'm attempting to understand REST. The tutorial I'm watching makes mention of the difference between "procedures" and "state transformation". Stating that REST is based...
View ArticleIs it normal to create two unrelated (different) resources in one request?...
When a user offers friendship to another user, he automatically subscribes to him. How to implement this in REST API?Two different entities (aggregates) are created in one request: Friendship (with...
View ArticleAuthenticating client applications with different permissions in REST API
I'm tasked with creating a REST API for storing and retrieving data about various documents. The API will be used by various client, such as mobile and desktop applications or a windows service...
View ArticleAre there tools to define Rest API in document? [closed]
Many questions being asked about generate Rest API to html documents.But eggs comes from chicken.In many cases , the architecture needs to define the API . It's a connection between web developers and...
View ArticleShould a REST API select on a ID or a name field? [closed]
I'm designing a REST API and trying to decide which is the more correct way of returning a single resource:/resource/{id}or/resource/{name}The ID would be immutable, so I'm thinking that it would be...
View ArticleShould a REST API reflect server-side application architecture
I'm in the middle of writing my first web app. Just wondering how the conventions are when it comes to REST API designs. Is it better to have it reflect my server side architecture or whatever seems to...
View ArticleHow to model a wizard-like sequential process in REST?
How to model a wizard-like sequential process in REST?Each step is long and async, each step needs new client input based on results from previous step. Most of the samples I found only involves adding...
View ArticleREST API : write only resource. What to send back?
Basically, I want to POST a resource C to the server.Depending on cases, the creation of a resource C may create resources A and B too.As relationship matters, C is nested in B, himself nested in A.In...
View ArticleDesigning a rest URL - filter with multiple params over entities (not last...
Let's say I have the following entities in my libraries app - Library Room, shelf, Book.Where Room has N shelves, and shelves have N Books.Now the following URL brings me a list of books whoselibrary...
View Articlefirebase - Firestore REST API starting query
Hello I am new to firestore and I'm trying to use the rest API to query from a collection called Users, find all users who have a field called about with the value test2This is my POST request...
View ArticleRetrieving tracking numbers from UPS OAuth API
In the old access key based API, you could query by an identifier coming from the customer side, such as the order number:$tracking = new Ups\Tracking($accessKey, $userId,...
View ArticleHow to convert Json object to BLOB in java
I need to store HTTP REST API (POST, GET, PATCH, etc.) requests and responses into a database entry (Column as BLOB), so that we can audit the requests and responses later.As part of the incoming HTTP...
View ArticleImporting DeepL API in local file leads to error message (Cannot use import...
Context:My overall goal is to import a bunch of multiple-choice questions and the corresponding answers from a website into a Google Form. Since I'll need to do this more often I thought I could write...
View ArticleADOS .NET: Exchange SOAP Methode to REST equivalent
I'm currently exchanging SOAP Code to REST (6.0) Code of an ADOS OnPremise Application.private void SetIntegratedStatusForBranch(ChangesetModel changeset, Branch changesetBranch, List<Branch>...
View ArticleWhat is the entity_type of groups in the Easy Project API?
I'm creating webhooks in Easy Project and I tried to create it for a group, but I need to find the entity type of the groups, I tried Groups, Groups, group, groups and several and nothing, it just...
View ArticleHow to search multiselect field in NetSuite REST API?
I can filter dropdown values and textbox values in NetSuite using REST API, but whenever I search through the multiselect field it returns zero data.How I can search through a multiselect field in REST...
View ArticleRestAPI authentication with PowerShell
I am trying to access the API of OpenProvider using PowerShell and I can't seem to get past Authentication.The documentation for the API is here :...
View ArticleNestJS AuthGuard that handles both GraphQL and REST
According to the docs, in order to use AuthGuard for the auth of GraphQL resolvers, we have to override getRequest method like this: getRequest(context: ExecutionContext) { const ctx =...
View ArticleGet posts with WP-REST without authentication
I'm new to WP-REST API and Wordpress in general. I've tried to get the posts list using the endpoint wp-json/wp/v2/posts but I get the classic 403 error.I'd like to ask if there is a way to disable...
View ArticleNot able to connect to AASX server
I have a adminshellio image running on docker and I have created a aasx server on localhost. However in the aasx package explorer app whenever I try to connect to the server this message appears.Any...
View Article
More Pages to Explore .....