Lobsters
- I deployed a Deep-Learning model as a REST-API to detect Pneumonia using AWS tools https://github.com/akkik04/PulmoLens 2 comments deeplearning
- Why shouldn't my team separate the Web server from the REST API server? https://www.reddit.com/r/webdev/comments/jdzmv4/why_shouldnt_my_team_separate_the_web_server_from/ 25 comments webdev
- REST API or Message Streaming? https://www.asyncapi.com/blog/choosing_between_web_apis_and_message_streaming/ 28 comments programming
- Example Rest API https://www.reddit.com/r/golang/comments/fw0pv7/example_rest_api/ 33 comments golang
- Web REST API Benchmark I just stumbled upon https://medium.com/@mihaigeorge.c/web-rest-api-benchmark-on-a-real-life-application-ebb743a5d7a3 8 comments programming
- Tutorial: Building a REST API https://www.spock.li/tutorials/rest-api 11 comments haskell
- Slumber: Consume REST APIs in your sleep http://slumber.in/ 3 comments programming
- How to upload files via REST API to SharePoint? (Authentication) https://login.microsoftonline.com/ 6 comments azure
- Using Swagger to Autogenerate OpenAPI Specifications for REST APIs https://codewithazzan.com/using-swagger-for-rest-apis-documentation/ 2 comments angular
- Rust: building a CRUD REST API https://medium.com/dev-genius/building-a-crud-rest-api-with-rust-18e0bcf97d5e 3 comments rust
- Power up your REST service with Batch API https://rey5137.com/power_up_rest_service_with_batch_api/ 4 comments java
- Pihole's new RESTful API written in Rust https://pi-hole.net/2018/10/15/announcing-our-restful-api-contributions-welcome/ 10 comments rust
- Tying a React SPA to WordPress as a Backend [w/ WP REST API] https://snipcart.com/blog/reactjs-wordpress-rest-api-example 5 comments reactjs
- Elm Modular Todo with Rest API https://github.com/andrewsuzuki/elm-todo-rest-api 4 comments elm
- Best practices for REST API design https://stackoverflow.blog/2020/03/02/best-practices-for-rest-api-design/ 4 comments webdev
- Creating Django REST API Documentation with Swagger UI https://codesource.io/django-rest-api-documentation-with-swagger-ui/ 5 comments django
- Testing REST APIs easily in Python with pyhttptest https://hackernoon.com/testing-rest-apis-easily-in-python-with-pyhttptest-1d2x328d 4 comments programming
- Flask extension suggestion to build a REST API. https://www.reddit.com/r/flask/comments/bwzr4r/flask_extension_suggestion_to_build_a_rest_api/ 27 comments flask
- Did you extend Kubernetes REST API to build something on top of it? https://www.reddit.com/r/devops/comments/a42o2n/did_you_extend_kubernetes_rest_api_to_build/ 11 comments devops
- Build Go, MySQL, REST API https://medium.com/@shaonshaonty/building-restful-web-api-service-using-golang-chi-mysql-d85f427dee54 7 comments golang
- Flask REST API with PostgreSQL, JWT Token and Swagger UI (flask_restx) https://www.reddit.com/r/flask/comments/i7267b/flask_rest_api_with_postgresql_jwt_token_and/ 7 comments flask
- Help criticize my error handling in REST API https://www.reddit.com/r/golang/comments/o1ixct/help_criticize_my_error_handling_in_rest_api/ 4 comments golang
- How does one a build discoverable REST API with Go https://www.reddit.com/r/golang/comments/9uxqej/how_does_one_a_build_discoverable_rest_api_with_go/ 6 comments golang
- Intro to RAML - The RESTful API Modeling Language http://www.baeldung.com/raml-restful-api-modeling-language-tutorial 3 comments programming
- A comprehensive guide for pragmatic RESTful API design http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api 48 comments programming
- Do you add versions to your Django Rest API that is only consumed by a web or mobile app frontend? https://www.reddit.com/r/django/comments/i3w9ae/do_you_add_versions_to_your_django_rest_api_that/ 11 comments django
- Best practices for REST API design - Stack Overflow Blog https://stackoverflow.blog/2020/03/02/best-practices-for-rest-api-design/ 25 comments node
- [ANN] emacs-jupyter: Now supports the notebook REST API https://github.com/dzop/emacs-jupyter 13 comments emacs
- Python Flask REST API MongoDB CRUD Example - Roy Tutorials https://www.roytuts.com/python-flask-rest-api-mongodb-crud-example/ 3 comments flask
- Oracle bets the future of Java EE on REST APIs https://cdn.ampproject.org/c/www.computerworld.com/article/3164771/java-development/oracle-bets-the-future-of-java-ee-on-rest-apis.amp.html 13 comments java
- Simple app / hack / solution to use .d.ts files as a REST API documentation https://github.com/andreisebastianc/rest-api-typescript-d.ts 4 comments typescript
- Expose Database over Rest API with TypeORM and First-Class Entity https://javascript.plainenglish.io/70f2f53bb2a8 4 comments reactjs
- A simple REST API for checking for disposable e-mail addresses https://github.com/th0th/is-email-disposable 3 comments golang
- Full guide to developing REST API’s with AWS API Gateway and AWS Lambda https://blog.sourcerer.io/full-guide-to-developing-rest-apis-with-aws-api-gateway-and-aws-lambda-d254729d6992 12 comments aws
- Introduction to deepcopier, a library to make copying of structs a bit easier in a REST API https://github.com/ulule/deepcopier/blob/master/examples/rest-usage/readme.rst 4 comments golang
- A 'human readable' RESTful API for software defined networks (link to github repo in text) http://blog.vcider.com/2011/12/a-restful-api-for-software-defined-networks/ 4 comments programming
- Build a Python CRUD REST API in Flask and MongoDB Using Flask-PyMongo Library https://www.youtube.com/watch?v=HyDACIfdPs0 3 comments flask
- Want to turn your Django REST API into a GraphQL like API?, don't worry, django-restql got your back. https://www.reddit.com/r/django/comments/bp130z/want_to_turn_your_django_rest_api_into_a_graphql/ 31 comments django
- Designing a REST API with fine-grained resources, HATEOAS and HAL https://www.opencredo.com/2015/08/12/designing-rest-api-fine-grained-resources-hateoas-hal/ 8 comments programming