-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I have more than 10 terms and looking at the raw returns in a rest client the 'next' and 'last' links are being returned. I can manually use them but not on the results of:
raw_terms = canvas.get("/api/v1/accounts/1/terms",{'workflow_state'=>'active'}) raw_terms.more? NoMethodError: undefined method 'more?' for #<Hash:0x007fc553935100>
Any thoughts? It seems like it should be returning ResultSet < Array and not a Hash
Metadata
Metadata
Assignees
Labels
No labels