diff --git a/README.md b/README.md index f583f69..0c47bad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Endpoints Declarative HTTP APIs made easy. +## Just APIs, nothing else. +Does NOT require to import SwiftUI or Combine but suports it. + When working with tons of different APIs and integrating multiple servies or same APIs but in different apps; using different libraries and HTTP request builders. Sooner or later it comes to the mind that it would be great to have some kind of abstract declaration of needed APIs. Just declaration, all the rest should be done by proper libraries (implementations). @@ -12,4 +15,6 @@ Key features: * Lightweightness * Flexibility -* Portability \ No newline at end of file +* Readability +* Extendability +* Portability