Difference between revisions of "Talk:GMOD REST Hackathon"

From GMOD
Jump to: navigation, search
(New page: * POST for read operations is ok to get around URL character limits w/ GET * Pretty URLs are limited and we should use a mix pretty URLS and param/value CGI calls * Extend services for SO...)
 
Line 1: Line 1:
 
 
* POST for read operations is ok to get around URL character limits w/ GET
 
* POST for read operations is ok to get around URL character limits w/ GET
 
* Pretty URLs are limited and we should use a mix pretty URLS and param/value CGI calls
 
* Pretty URLs are limited and we should use a mix pretty URLS and param/value CGI calls
 
* Extend services for SO terms (exon, UTRs, etc...)
 
* Extend services for SO terms (exon, UTRs, etc...)
 +
** example gene/exon  or chromosome/exon

Revision as of 18:13, 13 January 2010

  • POST for read operations is ok to get around URL character limits w/ GET
  • Pretty URLs are limited and we should use a mix pretty URLS and param/value CGI calls
  • Extend services for SO terms (exon, UTRs, etc...)
    • example gene/exon or chromosome/exon