Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 10000 related content
  • Laravel adds Api namespace

    You can see that an api folder has been added to the laravel project. This folder is used for external development of the api interface. The path under the api folder is {code...} and when defining routes in routes.php {code ...} The cl of this Api\V1\UserController cannot be found...

    PHP中文网 2017-05-16 16:55:57 0  2  779

  • What does the Laravel api manual do?

    What does the Laravel api manual do? When is it generally used in development? Laravel API

    世界只因有你 2017-05-16 16:54:08 0  3  824

  • javascript - About Baidu Map API calling issues

    Our current protocol is https. When calling Baidu Map API, the following prompt appears. How to solve the problem of https calling map API?

    ringa_lee 2017-06-12 09:25:59 0  2  1005

  • How to get the Baidu map api

    How to get the Baidu map api

    嗯没错,是我呀 2018-11-07 15:36:24 0  1  1296

  • laravel dingo/api installation and configuration

    After installing laravel, start installing laravel dingo/api {code...} Follow the above prompt {code...} and an error will be reported directly. Later, I simply changed it to {code...} Open config/app.php and continue Add Dingo\Api\Provider\... to the providers configuration.

    大家讲道理 2017-05-16 16:55:47 0  4  831

  • Making API calls using user ID

    I need to make an API call to get recommendations for users. This is my API URL: http://URL/../../patients/userID/recommendations My user ID is saved in my vuex storage in a file "patent.module.js:state:{id: null,email:null,password:null,location:[],specialty:[],attribute:[],language:[],ge

    P粉320361201 2024-03-27 11:12:31 0  1  516

  • vue3 converted to composite api then displays nothing

    I checked a few times but my options API is not working after I converted it to composite API. I don't know what's wrong with it and it doesn't show any errors. However, it doesn't print anything to the screen like my options API does. It only shows warnings. runtime-core.esm-bundler.js:40[Vuewarn]:...

    P粉106711425 2023-09-04 20:42:43 0  1  586

  • Vue 2.7 Combination API + Vuex

    We are trying to migrate a Vue2 application to Vue2.7 but are having some issues combining the API and Vuex. In our current application, we use the @vue/composition-api package to allow us to use composables. Within these composables, we need to access the store and get it like this: ...restofthecom...

    P粉295728625 2023-11-03 10:06:49 0  1  1182

  • Create an API pull for Vue.js

    I don't know what's wrong with me or why this isn't working, I just want the random dog photo api to work but it's not working. See the code below. exportdefault{data(){return{posts:[],};},methods:{asyncgetData(){try{letresponse=awaitfetch("https://dog.ceo/api/breeds/image/random&quot

    P粉111641966 2024-04-03 16:12:29 0  1  753

  • Is there any code for concurrency stress testing of the API interface?

    Is there any code for concurrency stress testing on the api interface? Is there any code for concurrency stress testing on the api interface? Is there any code for concurrency stress testing on the api interface?

    chen 2022-11-25 16:50:41 0  2  944

  • How to use useQuery() as API route parameter in Nuxt 3?

    I'm following a guide where the api route is built like this: 1 create the server/api/route.js file: exportdefaultdefineEventHandler((event)=>{return{message:`helloapiroute`}}) 2 use the api route in the component , as shown below: <scriptsetup>const{data:message}=awaituseFetch('

    P粉860897943 2023-11-01 19:50:53 0  2  1017

  • Display filtered results from API via php - BatchData

    Integrating the batch data API and having issues when showing only one of the filtered items. The api example is: https://developer.batchdata.com/docs/batchdata/batchdata-v1/operations/create-a-property-skip-trace In this example I try to display only the phone number or email field. Showing the com...

    P粉014293738 2023-09-09 21:10:17 0  1  745

  • javascript - calling api after npm run build returns index.html

    After the vue project is packaged, static and index.html are generated, and then nginx is configured to point to index.html. When calling the api, the content of index.html is returned. This problem does not occur during development. Vue is configured with a proxyTable to forward the api to port 300...

    阿神 2017-05-16 17:07:25 0  1  921

  • Notify API every minute without relying on user reload

    This is what I have now. On my Mount() I have fetchCoins() but this makes the API called whenever the user refreshes I am trying to call the API and the data is stored in local storage and then get the data every minute methods: {asyncfetchCoins (){constresponse=awaitfetch("https://api.coingeck...

    P粉937382230 2024-03-31 14:34:11 0  1  672

  • Connect to the Dutchie API using PHP GraphQL queries

    I have a store on Dutchie.com. I want to use API key to access their products. This must be done via DutchieAPI using GraphQL integrated with PHP. Here is the sample API key: public-eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJBUEktQ0xJRU5UIiwiZXhwIjozMzE4NjM5Mjc0NSwiaWF0IjoxNjI5NDgzOTQ1LCJpc3MiOiJodHRwczov

    P粉549986089 2024-03-27 18:56:18 0  1  613

  • API encounters 400 error in 1 Kubernetes Pod and responds with "Unrecognized configuration"

    I used the proxy-middleware package to rewrite the path of the actual APIURL in the Nodejs file to /api/events/restservices/api/disaster/v1/events> To hide the actual url, instead of calling the api using lgw with different environment, we Make the call using CDPGRM edge URL, like we call actual-...

    P粉976488015 2024-01-10 18:22:17 0  1  746

  • laravel - Is it feasible to develop web using API?

    I don’t quite understand the real difference between the web and api methods. I just think that the web method corresponds to the front-end rendering using a browser, while the api corresponds to the mobile phone/tablet using an app. Furthermore, the web method can maintain state (session, cookie) n...

    高洛峰 2017-05-16 16:47:25 0  5  667

  • R interface to the Ghost CMS API

    I'm trying to connect to a local Ghost CMS instance from R using the built-in Admin API. The documentation (https://ghost.org/docs/admin-api/#token-authentication) on how to connect various languages ​​is good, but unfortunately there is no documentation for R. I have written the following code but ...

    P粉134288794 2023-08-03 12:45:37 0  1  743

  • API calls across Docker containers

    I'm trying to access another container (container_B) from one docker container (let's say container_A) using the provided API. These two containers are in the same Docker network. Before adding Docker I would of course be making API calls to http://localhost:{app_port}/{endpoint}, now that I have Do...

    P粉764003519 2023-08-29 19:43:11 0  1  714

  • PHP curl request API

    I have a function that calls an API using JavaScript and it works fine: varheaders={Authorization:"Bearer"+MY_ACCESS_TOKEN};varrequestParams={method:"POST",contentType:"application/json",headers:headers,payload:

    P粉311089279 2023-08-13 18:12:22 0  1  452

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved