Howard Dierking

Results 6 issues of Howard Dierking

fix was to change `dividends = load 'NYSE_dividends' as (exchange, symbol, date, dividend);` to `dividends = load '../../data/NYSE_dividends' as (exchange, symbol, date, dividend);`

Apply it responses using the link header rather than embedding it directly in the document. This will probably change over time - especially to meet the needs of managing the...

It's always nice to have data already available to work with when launching a reference application. Write a small script to populate from a csv file if this is desirable....

Design and implement a scenario which shows how resources are versioned in such a way that preserves forward and backward compatibility.

This seems like pretty commonly asked for guidance for RESTy APIs - and it's really going to be a common question with the push towards static resource generation.

This would include the following types of resources: - index resource - collection resources - item resources Process should look as follows: - create static pages for the documents and...