Compare commits

...

7 Commits

Author SHA1 Message Date
Ashraf Alam
06f89a0362 Merge 4ff01ea1e3 into e1864bff86 2024-09-26 18:43:01 +00:00
Francois Zaninotto
e1864bff86 Merge pull request #151 from cyrilbois/master
Add Mockae to Public REST APIs To Use In Tests
2024-08-22 18:48:35 +02:00
cyril
6fe603112e Add Mockae to Public REST APIs To Use In Tests 2024-08-11 21:37:42 +02:00
Francois Zaninotto
747b772bfb Remove dead links 2024-05-20 10:01:21 +02:00
Francois Zaninotto
7cceb1b856 Merge pull request #150 from william-riley-land/patch-1
Update Baucis URL
2024-05-20 09:27:32 +02:00
William Riley-Land
5bea06846f Update Baucis URL 2024-05-17 13:17:18 -05:00
Ashraf Alam
4ff01ea1e3 Servers / New project
EISK Web API is a .net core based open source project that is intended providing developer resources to build scalable restful Web API on top of awesome application architecture. Hopefully developers will be able to get benefited by having access to it via this repo.
2019-04-05 18:35:00 +08:00

View File

@@ -120,6 +120,10 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
## Servers
### ASP.NET Core
* [EISK Web Api](https://github.com/eisk/eisk.webapi) - ASP.NET Core templates with simple use cases to build scalable restful web api with architectural best practices (DDD, Onion Architecture etc). Supports swagger end points ([live demo](https://eiskwebapi.azurewebsites.net/)).
### Directly On Top Of A RMDB
* [postgrest](https://github.com/begriffs/postgrest) - Serve a fully RESTful API directly from an existing PostgreSQL database.
@@ -131,7 +135,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [node-restify](https://github.com/restify/node-restify) - Framework specifically meant for REST API.
* [Sails.js](https://sailsjs.org/) - Node.js Web framework embedding a command to generate automatically a REST API.
* [mers](https://github.com/jspears/mers) - Express service exposing Mongoose finders as RESTful API.
* [Baucis](https://github.com/wprl/baucis) - Build scalable REST API based on your Mongoose entities.
* [Baucis](https://git.kun.io/wprl/baucis) - Build scalable REST API based on your Mongoose entities.
* [flatiron/resourceful](https://github.com/flatiron/resourceful) - Isomorphic Resource engine for JavaScript.
* [loopback](https://loopback.io/) - Powerful Node.js framework for creating APIs and easily connecting to backend data sources.
* [Feathers](https://feathersjs.com/) - is a real-time, micro-service web framework that gives you control over your data via RESTful resources, sockets and flexible plug-ins.
@@ -174,7 +178,6 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [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.
* [sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems.
* [restless](https://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from TastyPie.
* [Python Eve](https://python-eve.org/) - Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services.
@@ -254,12 +257,12 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
### Public REST APIs To Use In Tests
* [Deck of Cards API](https://deckofcardsapi.com) - Open API for simulating a deck of cards.
* [ProgrammableWeb](https://www.programmableweb.com/apis/directory) - The world's largest API repository.
* [Public APIS](https://github.com/public-apis/public-apis) - Explore The Largest API Directory In The Galaxy.
* [Marvel Comics API](https://developer.marvel.com/) - Query characters, stories, events about Marvel superheroes.
* [JSON Placeholder](https://jsonplaceholder.typicode.com/) - Free online REST service that you can use whenever you need some fake data.
* [APIs.guru](https://APIs.guru) - Wikipedia for Web APIs, each API has OpenAPI/Swagger description.
* [The Cat API](https://theCatAPI.com) - Public API for Cats Images, Facts and Jokes.
* [Mockae](https://mockae.com/) - Fake REST API powered by Lua.
## Documentation