Popularity
0.6
Stable
Activity
4.7
Declining
6
0
0
Description
Elixir's OneSky API client.
Monthly Downloads: 3
Programming language: Elixir
License: Apache License 2.0
Onesky alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view Onesky alternatives based on common mentions on social networks and blogs.
-
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
sparkpost
SparkPost client library for Elixir https://developers.sparkpost.com -
elixtagram
:camera: Instagram API client for the Elixir language (elixir-lang) -
google_sheets
Elixir library for fetching Google Spreadsheet data in CSV format -
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP -
pay_pal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang) -
elixir_ipfs_api
The Elixir library that is used to communicate with the IPFS REST endpoint. -
airbrake
An Elixir notifier to the Airbrake/Errbit. System-wide error reporting enriched with the information from Plug and Phoenix channels.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of Onesky or a related project?
README
Onesky
Elixir's OneSky API client.
Documentation can be found here.
Installation
Add the following to your mix.exs
file
def deps do
[
{:onesky, "~> 1.0.1"}
]
end
And run mix deps.get
Configuration
config :onesky,
api_key: "YOUR_API_KEY",
api_secret: "YOUR_API_SECRET"
Resources
Project
- Project Group
LIST all project groupsSHOW project group detailsCREATE a new project groupDELETE a project grouplist enabled LANGUAGES
- Project
LIST projects of a project groupSHOW project detailsCREATE a new projectUPDATE a projectDELETE a projectlist LANGUAGES of a project
- Project Type
LIST all project types
String
- File
LIST uploaded filesUPLOAD a fileDELETE a file
- Translation
EXPORT translations in filesexport translations in MULTILINGUAL filesexport translations of APP STORE DescriptionGET translation status
- Import Task
LIST import tasksSHOW import task
- Screenshot
UPLOAD screenshots
Order
- Quotation
SHOW a quotation
- Order
LIST all ordersSHOW order detailsCREATE an order
Language
- Locale
LIST all locales
Contribute
Please feel free to fork and send us a PR or open up an issue.