Ignore:
Timestamp:
08/20/13 13:54:43 (11 years ago)
Author:
mwindhouwer
Message:

Made the ISOcat API more RESTful:

  • create resources using POST
  • update resources using PUT

One outlier: we use POST for creating users eventhough the client in this case specifies the full resource URL
Other outliers: in many cases we allow a dummy 0 for a POST call, e.g., POST /dcs/0 to create a new DCS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-site/site/index_files/TDGs.html

    r3375 r3447  
    13881388 <tr>
    13891389  <td width=701 height=35 colspan=3 bgcolor="#E0E6E6" style='width:525.48pt;
    1390   height:26.2479pt;padding-left:1.5pt;padding-right:1.5pt;padding-top:1.5pt;
     1390  height:26.0944pt;padding-left:1.5pt;padding-right:1.5pt;padding-top:1.5pt;
    13911391  padding-bottom:1.5pt;background:#E0E6E6;border-left:solid black 6.0pt;
    13921392  border-top:solid black .25pt;border-right:solid black 2.0pt;border-bottom:
     
    14221422 <tr>
    14231423  <td width=701 height=65 colspan=3 bgcolor="#E0E6E6" style='width:525.48pt;
    1424   height:49.0924pt;padding-left:1.5pt;padding-right:1.5pt;padding-top:1.5pt;
     1424  height:49.2459pt;padding-left:1.5pt;padding-right:1.5pt;padding-top:1.5pt;
    14251425  padding-bottom:1.5pt;background:#E0E6E6;border-left:solid black 6.0pt;
    14261426  border-top:solid black .25pt;border-right:solid black 2.0pt;border-bottom:
Note: See TracChangeset for help on using the changeset viewer.