Skip to content

Commit

Permalink
Readme updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene committed Sep 30, 2021
1 parent f08206b commit 67e23b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -12,4 +15,6 @@ Key features:

* Lightweightness
* Flexibility
* Portability
* Readability
* Extendability
* Portability

0 comments on commit 67e23b9

Please sign in to comment.