Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: haskell-client-doc #194

Merged
merged 1 commit into from
Aug 2, 2024
Merged

fix: haskell-client-doc #194

merged 1 commit into from
Aug 2, 2024

Conversation

mahatoankitkumar
Copy link
Collaborator

Problem

haskell client doc

Solution

fixed haskell client doc

@mahatoankitkumar mahatoankitkumar requested a review from a team as a code owner August 1, 2024 11:00
@ayushjain17
Copy link
Collaborator

can we also, update the getConfig function in haskell, it is supposed to take Maybe [String] and concat them with "," and send it to cac client, but currently it is taking Maybe String (already assuming that the filters are joined with "," before passing it to the function)

@@ -295,7 +295,7 @@ Get the full config definition of your tenants configuration from superposition.
##### Funtion Definition

```
getFullConfigStateWithFilter :: ForeignPtr CacClient -> Maybe String -> IO (Either Error Value)
getFullConfigStateWithFilter :: ForeignPtr CacClient -> Maybe String -> Maybe String -> IO (Either Error Value)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mahatoankitkumar can we add the table explaining what each parameter is? I missed this the last time

@Datron Datron merged commit 291df89 into main Aug 2, 2024
4 checks passed
@Datron Datron deleted the fix/haskell-client-doc branch August 2, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants