Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Models missing getID() #14

Open
Jonkieber opened this issue Oct 28, 2019 · 2 comments
Open

Models missing getID() #14

Jonkieber opened this issue Oct 28, 2019 · 2 comments

Comments

@Jonkieber
Copy link

In ModelsGetIDRequestExample.py there is a reference to M.getID on Line 10.

This has not been implemented yet.

@jared-bloomer
Copy link

I am showing lines 9-10 are

M = Models()
r = M.getID(server, token, "testModel")

M is defined in line 9.

@jared-bloomer
Copy link

I see what the error is. Use M.get() instead

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants