galaxyproject / blend4php

A PHP API for interacting with Galaxy
http://galaxyproject.github.io/blend4php
GNU Lesser General Public License v3.0
6 stars 3 forks source link

history/current_history_json #18

Closed cwytko closed 8 years ago

cwytko commented 8 years ago

This stateless call gets a current history, possibly from a session cookie of a user IF found the server generates a new history on the fly. This is dangerous as there will be multiple users on a given server instance, and depending on who calls on the server, how will the server choose which current history to return to a given call?

cwytko commented 8 years ago

There is this function that will suffice for the given time http://localhost:8080/api/histories/most_recently_used?key={api_key}