diff --git a/.404-links.yml b/.404-links.yml index 585adfc..815d7cd 100644 --- a/.404-links.yml +++ b/.404-links.yml @@ -3,7 +3,4 @@ delay: ignore: urls: # Array of url to ignore - https://swagger.io/ - - https://blog.ulf-wendel.de/2014/mysql-5-7-http-plugin-mysql/ - - https://lakion.com/lionframe - - https://tastypieapi.org/ diff --git a/README.md b/README.md index de6bad0..6526eea 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Directly On Top Of A RMDB * [postgrest](https://github.com/begriffs/postgrest) - Serve a fully RESTful API directly from an existing PostgreSQL database. -* [MySQL HTTP plugin](https://blog.ulf-wendel.de/2014/mysql-5-7-http-plugin-mysql/) - Simple REST-like / CRUD server for any MySQL database. +* [MySQL HTTP plugin](http://blog.ulf-wendel.de/2014/mysql-5-7-http-plugin-mysql/) - Simple REST-like / CRUD server for any MySQL database. * [pREST](https://github.com/prest/prest) - A fully RESTful API from any existing PostgreSQL database written in Go. ### Node.js @@ -145,7 +145,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [REST APIs with Symfony2: the Right Way](https://williamdurand.fr/2012/08/02/rest-apis-with-symfony2-the-right-way/) - Complete guide to build a state-of-the-art REST API with Symfony2 framework. * [FOSRestBundle](https://github.com/FriendsOfSymfony/FOSRestBundle) - Bundle handling view, routing, error handling, etc. for your REST API. * [stanlemon/rest-bundle](https://github.com/stanlemon/rest-bundle) - Build a REST API based on Doctrine entities using conventions over configuration. -* [lakion/Lionframe](https://lakion.com/lionframe) - Glu between several community libraries to ease API development. +* [lakion/Lionframe](http://lakion.com/lionframe) - Glu between several community libraries to ease API development. * [BazingaHateoasBundle](https://github.com/willdurand/BazingaHateoasBundle) - Integrate the [Hateoas](https://github.com/willdurand/Hateoas) library into a Symfony2 application. * [Symfony REST Edition](https://github.com/gimler/symfony-rest-edition) - Start with a Symfony2 application with all REST-friendly bundles pre-configured. * [NgAdminGeneratorBundle](https://github.com/marmelab/NgAdminGeneratorBundle) - Boostrap ng-admin configuration based on `stanlemon/rest-bundle`. @@ -160,7 +160,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Python * [Django REST framework](https://www.django-rest-framework.org/) - Powerful and flexible toolkit that makes it easy to build Web APIs. -* [django-tastypie](https://tastypieapi.org/) - Creating delicious APIs for Django apps. +* [django-tastypie](http://tastypieapi.org/) - Creating delicious APIs for Django apps. * [flask-restful](https://flask-restful.readthedocs.org/) - Extension for Flask that adds support for quickly building REST APIs. * [flask-restless](https://flask-restless.readthedocs.org/en/latest/) - Flask extension for generating ReSTful APIs for database models defined with SQLAlchemy (or Flask-SQLAlchemy). * [hug](https://www.hug.rest/) - Lightweight and fast API Framework.