Toggle navigation
API Docs
View
LoopBack Overview
LoopBack 4
LoopBack 3.x
LoopBack 2.x
Community projects
Contributing to LoopBack
Security advisories
Resources
Docs Github Repo
Announcements Mailing List
Developer Forum
Gitter Chat Room
LoopBack on Stack Overflow
StrongLoop Blog - LoopBack
Translations
Español (v2)
Español (v4)
Français (v2)
Français (v4)
한국어 (v2)
한국어 (v3)
Português (v2)
Português (v4)
日本語 (v2)
日本語 (v3)
日本語 (v4)
Pусский (v2)
中文 (v2)
中文 (v4)
LoopBack 4
Overview
Getting started
Inside a LoopBack Application
Key concepts
Application
Server
Controllers
Models
Relations
HasMany Relation
BelongsTo Relation
HasOne Relation
DataSources
Repositories
Database Transactions
Services
Interceptors
Life cycle events and observers
Routes
Sequence
Routing requests
Parsing requests
Decorators
OpenAPI Decorators
Dependency Injection Decorator
Authentication Decorator
Service Decorators
Repository Decorators
Error handling
Usage Scenarios
Create Other Forms of APIs
Exposing GraphQL APIs
Access Databases
Database Migrations
Call Other Services
Integrate with Infrastructures
Authentication
Authorization
Deployment
Deploying to IBM Cloud
Deploying to Kubernetes on IBM Cloud
Deploying with pm2 and nginx
Serving static files
Behind the Scene
Context
Binding
Dependency Injection
Reserved binding keys
Components
Booting an Application
Using Components
Self-hosted REST API Explorer
Authentication
Authorization
Boot and Mount a LoopBack 3 Application
Extending LoopBack 4
Creating components
Creating decorators
Creating servers
Extension point and extensions
Extending request body parsing
Extension life cycle
Testing your extension
Crafting LoopBack 4
Tutorials
Todo Tutorial
Create your app scaffolding
Add the Todo model
Add a Datasource
Add a Repository
Add a Controller
Putting it all together
Bonus: Integrate with a geo-coding service
TodoList Tutorial
Add TodoList Model
Add TodoList Repository
Add Model Relations
Add TodoList Controller
Running on relational databases
SOAP Web Service Tutorial
SOAP Web Service Overview
App scaffolding
Add a Datasource
Add a Service
Add a Controller
Run and Test it
Creating an Express Application with LoopBack REST API
How to secure your LoopBack 4 application with JWT authentication
Build large scale Node.js projects with LoopBack 4
Introduction of the application scenario
Architectural challenges
Context in action
Dependency injection
Extension point and extensions
Interception
Observation of life cycle events
Configuration
Discover and load artifacts by convention
Advanced Recipes
Summary
Examples
CLI References
Application generator
Controller generator
DataSource generator
Import models from LoopBack 3
Model generator
Model discovery
Relation generator
Repository generator
Service generator
OpenAPI generator
Life cycle observer generator
Interceptor generator
Extension generator
Download examples
Connectors reference
Memory connector
Database connectors
Cassandra connector
Cloudant connector
DashDB connector
DB2 connector
DB2 for iSeries connector
DB2 for z/OS
Informix connector
MongoDB connector
MongoDB Connector Tutorial
Using MongoLab
MySQL connector
MySQL Connector Tutorial
Oracle connector
Installing the Oracle connector
Oracle connector tutorial
PostgreSQL connector
PostgreSQL connector tutorial
Redis connector
Redis key-value connector
KV connector example
SQL Server connector
SQL Server connector tutorial
SQLite3 connector
z/OS Connect Enterprise Edition connector
Other connectors
Email connector
JSON RPC connector
MQ Light connector
Push connector
Remote connector
Remote connector example
Strong Remoting
REST connector
REST connector example
SOAP connector
Strong-soap
SOAP connector example
Connecting to SOAP web services
Storage connector
Swagger connector
Community connectors
API docs
Migration guide
Understanding the differences
Mounting a LoopBack 3 application
Express middleware
Datasources
Migrating models
Model definitions and built-in APIs
Relations
Custom methods
Remoting hooks
CRUD operation hooks
Mixins
Boot scripts
Authentication & authorization
Built-in models
Passport
OAuth2 Provider
CLI
Components and extensions
Clients (API consumers)
Features not planned
Best practices
Defining the API using code-first approach
Defining your testing strategy
Testing your application
Contribute to LoopBack 4
Submitting a pull request to LoopBack 4
Reference
Considerations for GDPR readiness
LoopBack won API World's 2019 Best in API Middleware category, see
the announcement post.
API docs: rest.defaultsequence.send
Edit this page
Page Contents
Home
>
@loopback/rest
>
DefaultSequence
>
send
DefaultSequence.send property
Signature:
send
:
Send
;