Skip to content

Commit

Permalink
update provider readme
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed Aug 2, 2023
1 parent 9a1b4a8 commit 1e0a3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbb_sdk/sdk/provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Close for closing price column name in data from one provider might be coded as
- **Provider** : Entry point class for each provider extension. Contains information about the provider, it's required credentials and available fetchers.
- **RegistryLoader** : Loads the registry with the provider extensions installed.
- **Registry** : Maintains a registry of provider extensions installed.
- **RegistryMap** : Stores the complete characterization of each provider. For example, it centralizes information like required credentials, standardised and extra query parameteres/data by provider.
- **RegistryMap** : Stores the complete characterization of each provider. It centralizes information like required credentials, standardised and extra query parameteres/data by provider.
- **QueryExecutor** : Executes the query, routing it to the respective provider.

## Installation
Expand Down

0 comments on commit 1e0a3c3

Please sign in to comment.