mirror of
https://github.com/marmelab/awesome-rest.git
synced 2026-01-29 22:58:06 -08:00
Compare commits
4 Commits
349357fd6f
...
23dd41c0ee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23dd41c0ee | ||
|
|
dc945da55b | ||
|
|
d8eaddf9d3 | ||
|
|
4ff01ea1e3 |
@@ -62,7 +62,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
|
||||
|
||||
* [JSON API](https://jsonapi.org/) - Standard for building APIs in JSON.
|
||||
* [RAML](https://raml.org/) - Simple and succinct way to describe RESTful API.
|
||||
* [JSend](https://labs.omniti.com/labs/jsend) - Simple specification that lays down some rules for how JSON responses from web servers should be formatted.
|
||||
* [JSend](https://github.com/omniti-labs/jsend) - Simple specification that lays down some rules for how JSON responses from web servers should be formatted.
|
||||
* [OData](https://www.odata.org/) - Open protocol to allow the creation and consumption of queryable and interoperable RESTful APIs. Quite complex.
|
||||
* [HAL](https://tools.ietf.org/html/draft-kelly-json-hal-06) - Simple format that gives a consistent and easy way to hyperlink between resources in your API.
|
||||
* [JSON-LD](https://json-ld.org/) - Standard for describing Linked Data and hypermedia relations in JSON (W3C).
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user