Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mobilehero-archive/titanium-errors

⭐ Axway Amplify event emitter implementation for Appcelerator Titanium SDK
https://github.com/mobilehero-archive/titanium-errors

android api-builder appcelerator axway axway-amplify axway-sdk axwaydev brenton-house errors ios mobile native titanium titanium-mobile titanium-sdk turbo

Last synced: about 1 month ago
JSON representation

⭐ Axway Amplify event emitter implementation for Appcelerator Titanium SDK

Awesome Lists containing this project

README

        

[//]: # (header-start)



Preparing for end of Axway



πŸ‘‡ Β  support for Amplify Cloud and Mobile Β  πŸ‘‡



RIP Axway Amplify Titanium (2010 - 2022)





πŸͺ¦ Β  RIP Axway Amplify Titanium (2010 - 2022)




πŸͺ¦ Β  RIP Axway Amplify Cloud Services (2012 - 2022)




πŸͺ¦ Β  RIP Axway Amplify Crash Analytics (2015 - 2022)




πŸ›‘ Β Β  Axway support for Amplify products has ended for most products related to mobile and cloud.


A few of the open-source versions of Axway Amplify products will live on after Axway Amplify End-of-Life (EOL) announcements. However, all closed-source projects and most open-source projects are now dead.

Β 

> πŸ‘‰ Β Β  A group of Axway employees, ex-Axway employees, and some developers from Titanium community have created a legal org and now officially decide all matters related to future of these products.

Β 



## API FAQ:

* [API Best Practices](https://brenton.house)
* [What is API Security?](https://brenton.house/what-is-api-security-5ca8117d4911)
* [OWASP Top 10 List for API Security](https://www.youtube.com/watch?v=GLVHDj0Cpg4)
* [What is API Security?](https://brenton.house/what-is-api-security-5ca8117d4911)
* [Top API Trends for 2022](https://brenton.house/top-10-api-integration-trends-for-2022-49b05f2ef299)
* [What is a Frankenstein API?](https://brenton.house/what-is-a-frankenstein-api-4d6e59fca6)
* [What is a Zombie API?](https://brenton.house/what-is-a-zombie-api-6e5427c39b6a)
* [API Developer Experience](https://brenton.house/keys-to-winning-with-an-awesome-api-developer-experience-62dd2fa668f4)
* [API Cybersecurity 101](https://brenton.house/what-is-api-security-5ca8117d4911)
* [YouTube API Videos](https://youtube.com/brentonhouse)
* [YouTube API Shorts Videos](https://youtube.com/apishorts)

Β 

[![Click to watch on Youtube](https://img.youtube.com/vi/GLVHDj0Cpg4/0.jpg)](https://www.youtube.com/watch?v=GLVHDj0Cpg4&list=PLsy9MwYlG1pew6sktCAIFD5tbrXy9HUQ7 "Click to watch on YouTube")

> Β  [↑ Watch video on YouTube ↑](https://www.youtube.com/watch?v=GLVHDj0Cpg4&list=PLsy9MwYlG1pew6sktCAIFD5tbrXy9HUQ7)

Β 

Β 



Β 


Β 

[//]: # (header-end)

# @titanium/errors

[![@titanium/errors version](https://img.shields.io/npm/v/@titanium/errors.png)](https://www.npmjs.com/package/@titanium/errors)
[![@titanium/errors downloads](https://img.shields.io/npm/dm/@titanium/errors.svg)](https://www.npmjs.com/package/@titanium/errors)
[![@titanium/errors dependencies](https://img.shields.io/librariesio/release/npm/@titanium/errors.svg)](https://www.npmjs.com/package/@titanium/errors)

* [API FAQ:](#api-faq)
* [πŸ“ Description](#-description)
* [✨ Features](#-features)
* [πŸš€ Getting Started](#-getting-started)
* [Installing](#installing)
* [Usage](#usage)
* [πŸ”— Related Links](#-related-links)
* [πŸ“šLearn More](#learn-more)
* [πŸ“£ Feedback](#-feedback)
* [©️ Legal](#️-legal)

> Collection of common error objects for use with Titanium native mobile apps

## πŸ“ Description

For use with catching errors with Titanium Native mobile apps

## ✨ Features

* [X] Initial beta release

## πŸš€ Getting Started

### Installing

> Please ensure there is a package.json file in the target directory. If there is not one present, you can create one with `npm init`.

If you wish to install this in an app using Titanium Turbo, you can execute this in the project root directory:

```bash
npm install @titanium/errors
```

### Usage

```javascript
const UnauthorizedError = require('@titanium/errors/Unauthorized');
const NetworkOfflineError = require('@titanium/errors/NetworkOffline');
```

## πŸ”— Related Links

⭐ [Geek Mobile Toolkit](https://www.npmjs.com/package/@geek/mobile) - Toolkit for creating, building, and managing mobile app projects.
⭐ [Titanium Turbo Template (Default)](https://www.npmjs.com/package/@titanium/template-turbo-default) - Template for default Turbo app. Based on the basic Alloy Template + some extra goodies.
⭐ [Titanium Turbo Template (Next)](https://www.npmjs.com/package/@titanium/template-turbo-next) - Template for Turbo app (with extras). Based on the default Turbo Template + some extras.
⭐ [Titanium Mobile](https://www.npmjs.com/package/titanium) - Open-source tool for building powerful, cross-platform native apps with JavaScript.
⭐ [Alloy](https://www.npmjs.com/package/alloy) - MVC framework built on top of Titanium Mobile.
⭐ [Appcelerator](https://www.npmjs.com/package/appcelerator) - Installer for the Appcelerator Platform tool

## πŸ“šLearn More

⭐ [Axway Developer Blog](https://devblog.axway.com)
⭐ [Axway Developer YouTube Channel](https://youtube.com/axwaydev)
⭐ [Axway Developer Portal](https://developer.axway.com)

## πŸ“£ Feedback

Have an idea or a comment? [Join in the conversation here](https://github.com/brentonhouse/titanium-errors/issues)!

## ©️ Legal

# The MIT License (MIT)

> Copyright (c) 2019-Present -- Brenton House
> https://brenton.house

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.