Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 324 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 324 Bytes

HelloSwift-Networking

This is sample project which demonstrates

  • how to make rest api calls easy
  • authentication mechanism for OAuth2 secured rest api calls
  • Get response decoded from JSON to Object automatically

note: use https://github.com/Shahjahan786/spring-boot-oaut2-mongodb/ sample project for server side