|
|
|
# SOLID is a standard that universalizes API
|
|
|
|
|
|
|
|
[SOLID](https://solid.mit.edu/) is a project start in 2015 and lead in the 3WC by [Tim Berners Lee](https://fr.wikipedia.org/wiki/Tim_Berners-Lee), the inventor of the web. He was upset that his warning about the future of the web wasn't heard and that's why he propose a new way to build web application that give power back to the final user.
|
|
|
|
|
|
|
|
SOLID project has inspired Startin'blox a lot. This is the way we implement [SOLID specifications](https://github.com/solid/solid-spec).
|
|
|
|
|
|
|
|
Here is an example of our API :
|
|
|
|
```json
|
|
|
|
{
|
| ... | ... | @@ -172,7 +176,7 @@ LDP allows us to bridge the gap between the semantic esoteric world and web api' |
|
|
|
The magic is that turning your api into ldp is very simple. You just have to add the contexts :)
|
|
|
|
|
|
|
|
# Conclusion
|
|
|
|
SOLID is a project that aims to build application in a new way, separating front and data sources in order to free users datas from big plateforms.
|
|
|
|
Startin'blox technology aims to provide interoperability between interface in order the make a smarter, opener et more cooperative web to emancipate users.
|
|
|
|
|
|
|
|
> This page should be improve. Any feedbacks is sooo welcome :)
|
|
|
|
|