catarse / catarse.js

Mithril components for the Catarse world
MIT License
29 stars 28 forks source link

models.js #808

Open licolsan opened 6 years ago

licolsan commented 6 years ago

Can anyone explain for me why postgrest.model('user_details') can get data from tables users? And what is different between postgrest.model('user_details') and postgrest.model('users')? Thank you

adrianob commented 6 years ago

These models refer to endpoints in our Postgrest API, not tables.

licolsan commented 6 years ago

Oh. Can you explain to me what "endpoints" exactly is?