https://github.com/dunyakirkali/onesky.ex
Elixir's OneSky API client
https://github.com/dunyakirkali/onesky.ex
elixir hex
Last synced: 6 months ago
JSON representation
Elixir's OneSky API client
- Host: GitHub
- URL: https://github.com/dunyakirkali/onesky.ex
- Owner: dunyakirkali
- License: apache-2.0
- Created: 2018-11-19T21:03:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T04:28:10.000Z (over 2 years ago)
- Last Synced: 2025-03-21T11:09:57.003Z (over 1 year ago)
- Topics: elixir, hex
- Language: Elixir
- Homepage:
- Size: 263 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Onesky


[](https://coveralls.io/r/ahtung/onesky.ex?branch=master)
[](https://hex.pm/packages/onesky)
[](https://hex.pm/packages/onesky)
Elixir's OneSky API client.
Documentation can be found [here](https://hexdocs.pm/onesky).
## Installation
Add the following to your `mix.exs` file
```elixir
def deps do
[
{:onesky, "~> 1.0.1"}
]
end
```
And run `mix deps.get`
## Configuration
```elixir
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.