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

please provide updated documentation #16

Closed
mmdock opened this issue Dec 6, 2022 · 1 comment
Closed

please provide updated documentation #16

mmdock opened this issue Dec 6, 2022 · 1 comment
Assignees
Labels

Comments

@mmdock
Copy link

mmdock commented Dec 6, 2022

Describe the bug
iOS Documentation does not match actually code APIs needed

To Reproduce
Some Examples of inaccurate iOS docs
First:
https://docs.namiml.com/reference/login

Instead I needed to use Nami.setExternalIdentifier(externalIdentifier: String?, type: Nami.NamiExternalIdentifierType)

Second:
https://docs.namiml.com/reference/isloggedin
Instead I needed to use Nami.getExternalIdentifier() != nil

Third:
https://docs.namiml.com/reference/loggedinid
Instead I needed to use Nami.getExternalIdentifier

Expected behavior
I expected the documentation would match what I would need to implement. Instead, I had to spend some time investigation documentation inaccuracies in order to discover where lived the coded I needed.

@namidan
Copy link
Contributor

namidan commented Jan 10, 2023

Fixed the versioning on the docs portal, which caused the confusion here.

@namidan namidan closed this as completed Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants