FlightNode / FlightNode.Api

Stand-alone or IIS-integrated service that hosts the FlightNode APIs
MIT License
0 stars 2 forks source link

changed windspeed column #47

Closed stephenfuqua closed 8 years ago

stephenfuqua commented 8 years ago

@kpunjani this fixes the database problem I mentioned in my previous pull request comment. Right now the API is functional for me. There are two new API endpoints:

/api/v1/WaterbirdForagingSurvey/?userId=<insert value>
/api/v1/WaterbirdForagingSurvey/?surveyIdentifier=<insert guid>

first gives you a simple list (only a few columns) of all of the surveys submitted by a particular user. The second gives you the entire details for a survey, whether or pending or completed.

stephenfuqua commented 8 years ago

@kpunjani this is why you had problems today: I thought I had already merged this pull request, but failed to click the Merge Pull Request button yesterday. I am going to merge now. Please pull this latest code and integrate into yours. Sorry about that. Hopefully that will help you take care of the build failure too.