UW-Macrostrat / macrostrat-api

The API for SCIENCE
3 stars 1 forks source link

Return defs hash #106

Closed jczaplew closed 9 years ago

jczaplew commented 9 years ago

Rework responses that include things that have definitions

{
    success: {
        v: 2,
        license: "CC-BY 4.0",
        data: [ ... ],
        refs: {
            2: 'Czaplewski et al 2015',
            7: 'Peters et al 1924'
        }
}
jczaplew commented 9 years ago

I believe 02f45820cffced1d1dfad15a003c9c45905cffbd closes this, but I need to double check

jczaplew commented 9 years ago

Closed with #108