[mapguide-users] mapguide-rest 1.0 RC4

2016-01-29 Thread Jackie Ng
Hi All, 

I've released the 4th release candidate of mapguide-rest 1.0 

https://github.com/jumpinjackie/mapguide-rest/releases/tag/1.0-rc4

A summary of this release can be found on my blog post 

http://themapguyde.blogspot.com.au/2016/01/announcing-mapguide-rest-10-rc4.html

Please report any issues on the github repository.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapguide-rest-1-0-RC4-tp5248008.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] mapguide-rest 1.0 RC4 heads up

2015-12-11 Thread Jackie Ng
Hi All,

This is a heads up for the next RC (yes, it's another RC release) of
mapguide-rest.

To simplify and streamline the API surface of mapguide-rest before we lock
it down for the final 1.0 release, I've removed all routes where XML is the
implicit response format. For example, suppose we wanted to enumerate all
coordinate system categories. 

You would do a GET on either:

 /coordsys/categories

or

 /coordsys/categories.{xml|json}

The first one is a route where XML is the implicitly defined as the response
format. The second one requires that the format be specified. All URL routes
like the first example have been removed.

To eliminate the impact of this change when RC4 comes out, migrate all your
URL routes to the explicit form. You only need to do this if you use the XML
form of the various URL routes. If you use the JSON form, you would've had
to specify .json already wherever it is required, so you won't be impacted
by this change.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/mapguide-rest-1-0-RC4-heads-up-tp5240904.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users