menu
Log In
Register
menu
Login
Register
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About us
Cookie Policy
Home
Tag
restful-api
Recent questions tagged restful-api
1
vote
1
answer
Did I choose the right configuration for my spring project?
Did I choose the right configuration for my spring project?
I am creating a restfull web-framework in Kotlin as a project, did I choose the right configuration settings in spring for it? Or is the coverage of more devices not imp ...
spring
restful-api
kotlin
by
Des_Tes
asked
Sep 21, 2021
1
vote
1
answer
How do I pass a parameter to vuex?
How do I pass a parameter to vuex?
I have a component that I access through a vue router and I want to take the $router.url parameter and call the axios request which is in store.js for example async GET ...
restful-api
vue
by
NooBiToo
asked
Sep 19, 2021
2
votes
3
answers
API for messenger, REST + WS or pure WebSocket?
API for messenger, REST + WS or pure WebSocket?
The essence of the question is this: I decided to write up a messenger for the sake of interest, immediately there were a few technological issues. One of them is how t ...
node.js
restful-api
websocket
by
What1slov3
asked
Sep 18, 2021
1
vote
1
answer
Is it possible to get data from the Api without waiting for a full download?
Is it possible to get data from the Api without waiting for a full download?
There must be one request to the network. The data should be displayed as it is downloaded. fetch('https://jsonplaceholder.typicode.com/todos') .then(response => ...
restful-api
by
Mdmitr
asked
Apr 3, 2021
1
vote
2
answers
Has anyone configured the rest api in jira?
Has anyone configured the rest api in jira?
Good afternoon! Here is the question: There are two instances of jira. I need to create a task in the other instance at the transition of workflow in one instance. I fou ...
jira
restful-api
by
Tatyana_Seminida
asked
Apr 1, 2021
3
votes
2
answers
What is the right thing to do when creating an application in terms of queries?
What is the right thing to do when creating an application in terms of queries?
Good afternoon. practicing writing SPA, based on the CMS Strapi and REST API, at the same time decided to look at graphql (strapi gives out of the box) I have a question ...
restful-api
vue
graphql
by
NooBiToo
asked
Mar 30, 2021
11
votes
3
answers
How to make your own REST API?
How to make your own REST API?
Hello, I need to make my own API service in PHP, which will have REST style data access functionality. Using a database. It would work like this: GET apigames - list o ...
php
restful-api
by
morto
asked
Mar 25, 2021
1
vote
2
answers
Where do I store my React js + Rest api php tokens?
Where do I store my React js + Rest api php tokens?
I split the project into 2 separate projects Spa store in react js and back in php (rest api). For authorization etc I use 2 tokens jwt and resfresh token. Refresh can b ...
php
jwt
restful-api
react
by
Ibishka
asked
Mar 24, 2021
1
vote
1
answer
Bitrix24 REST API (Local Application), how to request data on behalf of a specific user?
Bitrix24 REST API (Local Application), how to request data on behalf of a specific user?
In Bitrix24 I added a local application with rights to tasks, etc. Bitrix rest api has two methods of getting task data task.item.getdata (obsolete) и tasks.task.get . ...
restful-api
bitrix24
by
OlexAd
asked
Mar 23, 2021
1
vote
2
answers
How do I correctly process a GET request on the server side?
How do I correctly process a GET request on the server side?
Hello, a lot of information on how to create a getpost, but how to receive and process it I can not find anything normal, please poke ...
restful-api
by
Neonoviiwolf
asked
Mar 22, 2021
1
vote
1
answer
Which endpoints would be correct?
Which endpoints would be correct?
Hello, there is an API. There is a table in the car_shops database: car_id (foreign key on the table car ( id)) unique for this table shop_id (foreign key on the table s ...
restful-api
by
FitTech
asked
Mar 22, 2021
2
votes
1
answer
Freymork for REST API, to replace Silex?
Freymork for REST API, to replace Silex?
I've been asked a thousand times, but I have a more specific task. We need to make a REST API and an admin panel for it (backend and frontend so to speak). Rewrite all ...
php
restful-api
by
bestauction
asked
Mar 22, 2021
1
vote
1
answer
How to properly implement filtering in API queries?
How to properly implement filtering in API queries?
Given: Some records in the database, each with Boolean properties A and B. I want to allow the user to output sets of A+B A+notB notA+B notA+notB undefined A and B (in ...
api
restful-api
by
SirotaKazansky
asked
Mar 22, 2021
2
votes
1
answer
Wrong Retrofit2 request: HTTP 404 Not found?
Wrong Retrofit2 request: HTTP 404 Not found?
Good afternoon. The point of the question is that there is a GET request. URL: https://api.privatbank.ua/p24api/infrastructure?js... The point of the question is that t ...
java
android
restful-api
headers-http
by
Qamrand
asked
Mar 22, 2021
1
vote
1
answer
Correct formation of REST endpoints?
Correct formation of REST endpoints?
There are three resources: 1. Category - Category 2. Device - Belongs to category 3. How to organize EndPoints for Device, Article? Attached GET categories/:slug/devic ...
restful-api
by
dblearn94
asked
Mar 21, 2021
2
votes
2
answers
What is the best way to store links to the application's REST API services?
What is the best way to store links to the application's REST API services?
Good afternoon! What is the best way to store url links of REST API services in created applications to work with them? In the database in the form of settings or in th ...
restful-api
by
P747
asked
Mar 21, 2021
3
votes
2
answers
Are long addresses for APIs normal?
Are long addresses for APIs normal?
I have a nested entity structure: a page is created, pictures are created for the page, and links are created for each picture. So I need crud for the page, pictures and ...
restful-api
by
kirill-93
asked
Mar 21, 2021
2
votes
2
answers
How can I restrict texting when users sign up?
How can I restrict texting when users sign up?
Hello, everyone! There is such an interesting question: The service is made, the registration is piled (back javaspring, though it is hardly important). As an option, ...
java
sms
restful-api
by
yestodev
asked
Mar 21, 2021
1
vote
1
answer
How do I make a choice to assign a taxonomy to a rest api query?
How do I make a choice to assign a taxonomy to a rest api query?
Hi guys, I'm doing this thing, I have some kind of tag-based taxonomy in wordpress, I have this code in the theme's fucntion.php file: function get_tags_swagger( WP_REST ...
restful-api
wordpress
by
Pecha89
asked
Mar 13, 2021
1
vote
1
answer
What is the optimal REST url for my task?
What is the optimal REST url for my task?
Hi all. Every time I puzzle over the formation of REST urls for non-standard cases. There are users, a user can have descendants and parents. You need to implement send ...
restful-api
by
exctac
asked
Mar 7, 2021
Page:
1
2
3
4
...
35
next »