jdanyow / aurelia-breeze-northwind

A Northwind demo using Aurelia and Breeze
http://jdanyow.github.io/aurelia-breeze-northwind/
MIT License
92 stars 35 forks source link

Cos/usage of the northwind API? #16

Closed kristianmandrup closed 8 years ago

kristianmandrup commented 8 years ago

I see you use http://sampleservice.breezejs.com/api/northwind as the endpoint. I wonder how you found the sample services on the breezejs site?

I managed to find northwind docs here http://northwind.servicestack.net/ and here http://docs.espressologic.com/docs/tutorial/northwind

and managed to retrieve list of Orders like this

curl http://sampleservice.breezejs.com/api/northwind/orders

Just in case others run into the same questions...

jdanyow commented 8 years ago

@wardbell generously offered the northwind breeze endpoint that's used in this project. At the time this project was created the API wasn't up to date with the latest breeze stuff so things like "include count" didn't work.