Skip to content

Get an item from timeline. #80

@flockonus

Description

@flockonus

I am getting a

400 That’s an error.
Your client has issued a malformed or illegal request. That’s all we know.

      client.mirror.timeline.get( {id: cardId} )
      .withAuthClient(oauth2Client)
      .execute(cb)

//or

      client.mirror.timeline.get( cardId )
      .withAuthClient(oauth2Client)
      .execute(cb)

I can verify that the path sent is /mirror/v1/timeline/{id}

Am I doing something wrong? Sorry I am not too familiar with this lib yet

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.triage meI really want to be triaged.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions