Hacker News
- Craigslist, 3taps and APIs - Suing service providers is bad for the Web http://www.3scale.net/2012/10/craigslist-3taps-api-infrastructure/ 2 comments
- Show HN: AlphaMail, Email service / API for your web apps http://alphamail.io 2 comments
- Hosted Microsoft OCR library: Free OCR API web service http://blog.a9t9.com/2015/09/ocr-api.html 28 comments
- Karate: a DSL for writing web-service API acceptance tests https://github.com/intuit/karate 5 comments programming
- What is the difference between Web Services and API? https://www.reddit.com/r/webdev/comments/5m8dd0/what_is_the_difference_between_web_services_and/ 5 comments webdev
- Hosting Web API in Windows service http://www.piotrwalat.net/hosting-web-api-in-windows-service/ 4 comments dotnet
- More web programming in Haskell: Service APIs for the Web http://mult.ifario.us/p/new-features-for-perpubplat-and-ruminations-on-service-apis-for-the-web 5 comments programming
- How to reduce costs for your HTTP(S) API on Amazon Web Services https://gameanalytics.com/blog/reduce-costs-https-api-aws.html 116 comments programming
- Haskell as a web service: the Try Haskell JSON API http://chrisdone.com/posts/2010-04-05-haskell-json-service-tryhaskell.html 7 comments programming
- Haskell is now a web service: Try Haskell JSON API http://chrisdone.com/posts/2010-04-05-haskell-json-service-tryhaskell.html 6 comments haskell
- Tutorial for creating WCF Service and Web API that consumes it https://asp.net 6 comments csharp
- Getting started with OData services in ASP.NET Web API http://www.piotrwalat.net/getting-started-with-odata-services-in-asp-net-web-api/ 10 comments dotnet
- Python Web Framework Statistics (based on the Yahoo Web Services API) http://test.muti.co.za 8 comments programming
- Paws - A Perl SDK for AWS (Amazon Web Services) APIs https://metacpan.org/pod/Paws 7 comments perl
- Running ASP.NET Web API services under Linux and OS X http://www.piotrwalat.net/running-asp-net-web-api-services-under-linux-and-os-x/ 25 comments dotnet
- Deploy Keras Model Using Flask Web Service API https://youtu.be/j9RBE5JhlwU 3 comments learnmachinelearning
- π Mastering Python and APIs: Unlock the Power of Web Services with this Comprehensive Guide ππ https://danielbuilescu.com/blogs/learn-python/python-and-apis-a-practical-guide-to-interacting-with-web-services 3 comments python
- JSON:API or GraphQL web service starting from a JPA annotated data model (by Yahoo!) https://blog.graphqleditor.com/elide-opinionated-apis/ 20 comments programming
- Having difficulty registering service with Blazor portion of a Web App using ASP.NET API https://asp.net/ 9 comments csharp
- Java Web Service Bootcamp 2019: From Beginner To Pro | Develop Java REST API https://youtu.be/rG4wGqNb_6s 3 comments java
- What are some free/open web API's that have/return JSON results? I want to learn to consume web services. https://www.reddit.com/r/learnprogramming/comments/4wq5rc/what_are_some_freeopen_web_apis_that_havereturn/ 5 comments learnprogramming
- Web API alternative: self hosting HTTP services in native C++ code http://www.strathweb.com/2012/12/web-api-alternative-self-hosting-http-services-in-native-c-code/ 56 comments programming
- Building .NET 6, C# 10 Minimal Web API and Deploy in Azure App Services using Azure DevOps Pipeline https://subhankarsarkar.com/dot-net6-azure-web-app-deployment-using-azure-devops-pipeline/ 3 comments dotnet
- Building faster, lower cost, better APIs β HTTP APIs now generally available | Amazon Web Services https://aws.amazon.com/blogs/compute/building-better-apis-http-apis-now-generally-available/ 45 comments aws
- Looking for a web service that call my API route everyday and send back the resulting json result to my email (formatted if possible) https://www.reddit.com/r/devops/comments/7bfxrm/looking_for_a_web_service_that_call_my_api_route/ 15 comments devops
- Django REST Framework is the best API framework ever. So easy to implement. Here's how to make a web service with DRF (djangorestframework tutorial) http://cases.azoft.com/create-web-services-django-rest-framework/ 6 comments django
- Google announces Google Play Game Services: a cross-platform Android, iOS, and web API for handling achievements, highscores, cloud saves, and real-time multiplayer https://developers.google.com/games/services/ 42 comments gamedev
- Inspired by the "Hardcore Google: RESTful Web Services In Go" post, I wrote a framework for simple, RESTful CRUD APIs https://github.com/sauerbraten/crudapi 3 comments golang
- Google pulls the rug out from under web service API developers, nixes Google Translate and 17 others (ZDNet) http://www.zdnet.com/blog/burnette/exclusive-google-pulls-the-rug-out-from-under-web-service-api-developers-nixes-google-translate-and-17-others/2284 3 comments reddit.com
- Google pulls the rug out from under web service API developers, nixes Google Translate and 17 others http://www.zdnet.com/blog/burnette/exclusive-google-pulls-the-rug-out-from-under-web-service-api-developers-nixes-google-translate-and-17-others/2284?tag=mantle_skin;content 74 comments programming
- With the Yahoo! Mail Web Service APIs, you can build applications to perform tasks such as listing messages, displaying folders, and composing and sending messages. http://developer.yahoo.com/mail/ 4 comments programming
- Space Cloud is an open source, high performance web service which provides instant Realtime APIs on the database of your choice. Build Internet Scale apps with the agility of a prototype! https://github.com/spaceuptech/space-cloud 25 comments golang
- HOW TO INTERACT WITH APIS FROM A WEB APP: we are going to build a URL shortening web app using the fetch function to interact with an external service https://joaomelo.substack.com/p/how-to-interact-with-apis-from-a?sd=nfs 2 comments webdev
- The NPR One Developer Center Is Now Live ("The NPR One Developer Center documents the same design guidelines and web services that we use to power all our NPR One apps. Also included in the Developer Center is a dynamic API Reference that updates in real time as our services and protocols change.") http://www.npr.org/blogs/thisisnpr/2015/05/04/404212255/the-npr-one-developer-center-is-now-live 3 comments programming
- VS2019 extension to generate C# HttpClient code for OpenAPI (formerly Swagger API). Simply put, it is like Add Service Reference for WCF or Add Web Reference for WSDL, but for JSON API. https://marketplace.visualstudio.com/items?itemName=dmitry-pavlov.OpenAPIConnectedService 9 comments dotnet
- An API example written in Rust with the rocket.rs framework, with a JWT Authentication. That's the first time I write something in RUST, I publish this here to receive suggestions, and to help other newbies start building a web service in Rust. https://github.com/marcocastignoli/rust_rocket_api_authentication/tree/master 13 comments rust
- [Self Promotion] The key to agile feature management -- Feature Flags! I developed a feature flagging API, an NPM module, and a simple web interface to update flags. Typical use cases: feature toggling or gating, dark releases, experiments, live service config updates, and more! https://www.npmjs.com/package/fflag-ms 4 comments npm
- We've built a web app that suggests movies based on your actual mood. You simply take a selfie and we suggest you some movies to watch. It's built with React, SCSS, Framer Motion, Azure Cognitive Services & Face API https://github.com/kasuken/Moodflix 16 comments reactjs
- For anyone who's web apps use the soon to shut down Dark Sky API, I've created a free service (on Lambda) that serves weather data using the same request/ response syntax, along with a web front-end and a blog explaining the setup! https://pirateweather.net 7 comments webdev
- For anyone using the soon to shut down Dark Sky API, I've created a free AWS Lambda service that serves weather data using the same request/ response syntax, along with a web front-end and a blog explaining the setup! https://pirateweather.net/ 128 comments programming