Questions tagged [quire-api]

Quire API lets you build scripts and integrate your favorite applications with [Quire](https://quire.io/dev).

Quire RESTful API provides a broad set of operations and resources that:

  • Consistently do repetitive or tedious tasks
  • Chain a process together for your team’s process and workflows
19 questions
0
votes
2 answers

Problems with POST to Quire API

I have been playing with Quire API using python and while the GET calls work fine, I can't do any successful POST calls. I get 400 error: Bad Request. I would appreciate any hints on what I might be doing wrong. Below are relevant code…
Qbaza
  • 33
  • 4
0
votes
1 answer

New API - add a task to a board?

I'm so excited to have an API, but I can't find a hook for my one requirement. Can you add a task to a board via the API? Or find tasks by column/board? Thanks, Dan Scully
Vicky
  • 35
  • 5
0
votes
1 answer

Accessing Quire API: Authorization code expired

I performed some tests with the API (by the way thanks a lot for that ;-)) and I struggle with the following issue: {'error': 'invalid_grant', 'error_description': "The 'code' provided was invalid."} If I run into the manual process to get the…
Tom Yeh
  • 1,987
  • 2
  • 15
  • 23
-1
votes
1 answer

How to accept user configuration in a Quire app?

I am looking to create an app, (in my case better described as an automation) but would like to allow users to configure the app so it can be used by others than just myself. What is the best way to do this? The program I have written so far is a…
eyrewiut
  • 5
  • 1
1
2