- Python 3
- Pip 3
$ brew install python3| router.post('/', async (req, res) => { | |
| const Articles = new Article({ | |
| title: req.body.title, | |
| description: req.body.description, | |
| author: req.body.author | |
| }); | |
| const article = await Articles.save() | |
| console.log({article}) | |
| if (article) { | |
| res.status(200).json(article) |
| openapi: 3.0.0 | |
| info: | |
| version: 1.0.0 | |
| title: Kafene API Documentation | |
| description: Kafene API Documentation. | |
| servers: | |
| - url: https://stagingapi.kafene.com/v1 | |
| description: Development Server |
| openapi: 3.0.0 | |
| info: | |
| version: 1.0.0 | |
| title: Kafene API Documentation | |
| description: Kafene API Documentation. | |
| servers: | |
| - url: https://stagingapi.kafene.com/v1 | |
| description: Development Server |
First, you'll need NodeJS and NPM:
sudo apt install curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
nodejs -v
v8.4.0
| async login({ request, auth, response }) { | |
| try { | |
| const { email, password } = request.all() | |
| const attemptLogin = await auth.attempt(email, password) | |
| if (attemptLogin) { | |
| const user = await User.query().where({ email: email, isDeleted: false }).first() | |
| //add the user token cred to the user object |
| Industry | ||
|---|---|---|
| Accounting | ||
| Airlines/Aviation | ||
| Alternative Dispute Resolution | ||
| Alternative Medicine | ||
| Animation | ||
| Apparel/Fashion | ||
| Architecture/Planning | ||
| Arts/Crafts | ||
| Automotive |
#IRC Reference
Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.
##The Basics
/join #channel
/part #channel
| {"lastUpload":"2021-11-14T21:23:12.015Z","extensionVersion":"v3.4.3"} |