EiffelWebFramework / HAL

A lean hypermedia type for RESTful APIs in Eiffel
7 stars 3 forks source link

how to use it #3

Closed nixen09 closed 9 years ago

nixen09 commented 11 years ago

hi..i downloaded your code..but i can't find any dll or something..so how can i use this hal in my rest project..

jvelilla commented 11 years ago

Hi, this is an Eiffel library ... so you need to use Eiffel to build your REST application server or client. If you want to build a REST server using Eiffel, please check https://github.com/EiffelWebFramework/EWF. To learn about EWF :https://github.com/EiffelWebFramework/EWF/tree/master/examples/tutorial

So, to see how to use the HAL library, upload the test suites ("test_suite.ecf") under test folder using EiffelStudio, here you will find some examples.

Hope this helps Don't hesitate to contact me if you need help