atulai-sg / abdm-sdk

6 stars 6 forks source link

[Discovery and Linking]: Adds Discovery API Controller and Unit Tests #16

Open manikajain11 opened 1 year ago

manikajain11 commented 1 year ago

This commit fixes #6, and adds the following files:

  1. DiscoveryController: For calling the Discovery endpoints care-contexts/discover and care-contexts/on-discover
  2. DiscoveryServiceClient: Adds the service layer for DiscoveryController
  3. DiscoveryControllerTest: Adds unit tests for DiscoveryController