I have heard both \"resource\" and \"endpoint\" to refer to the same thing. It seems that resource is a newer term.
What is the difference between them? Does \"resource\
According https://apiblueprint.org/documentation/examples/13-named-endpoints.html is a resource a "general" place of storage of the given entity - e.g. /customers/30654/orders, whereas an endpoint is the concrete action (HTTP Method) over the given resource. So one resource can have multiple endpoints.