|
|
|
|
|
by vrdabomb5717
4068 days ago
|
|
What fascinates me is how close this synthetic filesystem is to making REST calls with a small client library. All your application needs to know is the path to call and what HTTP verb to use. Even the way the author introduces versioning sounds familiar: using a versioning file is similar to having a version at the beginning of your URL. I appreciate how good architectures all resemble each other at some point, with only the transport layers differing between applications. |
|