00AVAndre van AardeREST & SOAP API parsingHi Guys, sorry for the newbie question, but I'm learning to build my first app using Flutter. This will replace a very functional but rudimentary app that I built using Appsheets in combination with Google Sheets docs. The app will perform a number o...May 22, 2020
03SKSriram Karthick.GCORS error in browserIam gettings CORS error when i try to perform an API request from browser, i had received this ERROR Console Error CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Example ScreenshotMay 18, 2020IAC
00EMEmil MoeAPI design issue, always include pre-selectedMy problem is when paging my API requests it happens rather often that an object which has a reference to another is intersected. For example I call api/books/1 on that page I already loaded api/authors. But the author associated to Book:1 isn't in ...Apr 23, 2020
01KMKhalil Mohammad MirzaPrevent Race condition in REST apiI have an api that creates a signing session between two users. This api checks if there is an existing signing session or there was signing request in past. It uses that session instead of creating new. Problem here is that if both users create sepa...Feb 28, 2020
07CBCorentin BrossaultWhat's the latest API that you've integrated with?I asked that simple question on Twitter and got 10+ answers, including: Google Maps Google Sheets Google Docs (lots of Google ones!) SWAPI (Star Wars API) Airtable Salesforce Slack What about you?Feb 5, 2020EWPJD
02CBCorentin BrossaultWhat's your favorite API?I've the opportunity to add only 4 options, so feel free to add more in the comments below.Jan 29, 2020ML
00STSarosh TariqMicro-servicesLets say we have to develop two microservices one is pay your bill from mobile phone using your bank account and other is transfer cash to a friend using your bank account. Now, both these services will need multiple requests to be completed. Pay bi...Nov 9, 2019
01SVSiddharth Vishvanath (Sid)How Do I implement a Online Status component for my react App ?Hi Hashnoders, I need your help with something. I was looking through the travis CI website and at the bottom, they have a green circle and a text that says "Travis CI Status". How do i create that status for my react app ?. That status should tel...Oct 3, 2019
03SKSubho KarmakarHow do we declare multiple values to the same variable?I want to declare multiple baseUrl here to a single variable for my User Search Bar - const baseUrl = http://host:8082/user/phone and http://host:8082/user/emailSep 17, 2019SBM