Questions tagged [wsapi]

is an API that abstracts the web server from Lua web applications.

WSAPI is an API that abstracts the web server from Lua web applications. By coding against WSAPI application can run on any of the supported servers and interfaces (currently CGI, FastCGI and Xavante, on Windows and UNIX-based systems).

WSAPI provides a set of helper libraries that help with request processing and output buffering. You can also write applications that act as filters that provide some kind of service to other applications, such as authentication, file uploads, request isolation, or multiplexing.

WSAPI's main influence is Ruby's Rack framework, but it was also influenced by Python's WSGI (PEP 333). It's not a direct clone of either of them, though, and tries to follow standard Lua idioms.

22 questions
1
vote
1 answer

WSAPI error when running cgilua.fcgi

I'm trying to configure a webserver to use Lua to create web applications. I use lighttpd as my default webserver to run static websites and PHP blogs, so, my obvious choice was lighttpd. Searching in Google and in this list history, I see that…
1
vote
0 answers

How can I query for tasks in a particular project using Rally wsapi for java?

I have searched many times but I couldnt find the answer to my problem. Most of the time people write java script code because they are using Rally App SDK. In my case I am developing a desktop application so i am directly using the Webservices…
0
votes
1 answer

How to connect to Rally from Ansible

I am trying to connect to Rally from Ansible. For this I am using uri module and also created an API key from Rally. My task:- tasks: - name: Get data uri: url: 'https://rally1.rallydev.com/slm/webservice/v2.0/subscription' …
rocknrollaki
  • 75
  • 1
  • 4
  • 11
0
votes
1 answer

Populating Combobox from a customfield list on Userstories level from Rally in wsapi

On Userstory level I have a customfield, that is a list of items. How can I show these customfield items in a Combobox in Javascript on my app? Screenprint customfield (list) on Userstory level
ReneW
  • 1
0
votes
0 answers

Rally WSAPI not finding test case in test set

After executing our test automation we are sending the results into Rally. Here are the steps that we are following: Create new Test Set Add Test Case to Test set - The test case already exists in a test folder Query for the test case within the…
0
votes
1 answer

WebSocketListener EOF Exception

I'm trying to get response of an audio byte array from WebSocketApi by sending it through Okhttp3-(WebSocketListener). But am getting EOFException in onFailure() of WebSocketListener while sending audio byte array. My code: //Establishing connection…
Anila
  • 27
  • 12
0
votes
1 answer

rally wsapi workspacepermission 500 error

My unit tests that were passing a couple weeks ago are now failing. The unit tests are now failing when they try to create a workspacepermission. I am using the same api-key, which has subscription-level access, so authorization is not a problem.…
spsteffl
  • 413
  • 3
  • 11
1
2