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

Incorrect Syntax Mentioned in Docs #82

Open
godofecht opened this issue Aug 11, 2024 · 0 comments
Open

Incorrect Syntax Mentioned in Docs #82

godofecht opened this issue Aug 11, 2024 · 0 comments

Comments

@godofecht
Copy link

As per the docs.... we should be able to use the following definition:
.company_search(query, items_per_page: nil, start_index: nil)

However, looking at my code, this is the only valid line.

response = client.company_search (keyword)

This function clearly only takes one argument, yet the docs mention that it takes 3....

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

No branches or pull requests

1 participant