Popularity
0.8
Growing
Activity
5.0
Growing
7
1
0

Description

Elixir's OneSky API client.

Monthly Downloads: 180
Programming language: Elixir
License: Apache License 2.0
Tags: Third Party APIs     API     Client     Onesky    

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.

Do you think we are missing an alternative of Onesky or a related project?

Add another 'Third Party APIs' Package

README

Onesky

Build Status Coverage Status Hex.pm version Hex.pm downloads

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 groups
    • SHOW project group details
    • CREATE a new project group
    • DELETE a project group
    • list enabled LANGUAGES
  • Project
    • LIST projects of a project group
    • SHOW project details
    • CREATE a new project
    • UPDATE a project
    • DELETE a project
    • list LANGUAGES of a project
  • Project Type
    • LIST all project types

String

  • File
    • LIST uploaded files
    • UPLOAD a file
    • DELETE a file
  • Translation
    • EXPORT translations in files
    • export translations in MULTILINGUAL files
    • export translations of APP STORE Description
    • GET translation status
  • Import Task
    • LIST import tasks
    • SHOW import task
  • Screenshot
    • UPLOAD screenshots

Order

  • Quotation
    • SHOW a quotation
  • Order
    • LIST all orders
    • SHOW order details
    • CREATE an order

Language

  • Locale
    • LIST all locales

Contribute

Please feel free to fork and send us a PR or open up an issue.