Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 02dc781

Browse files
committed
Version 0.2.0
1 parent 0cd68b7 commit 02dc781

File tree

4 files changed

+48
-10
lines changed

4 files changed

+48
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 0.2.0
2+
3+
Features:
4+
5+
- Added Makefile (#7)
6+
- Added support for `no_verify_ssl` in **api.json** (#10)
7+
- Made `params` in **api.json** into an array of hashes (#12)
8+
9+
Bugfixes:
10+
11+
- Fix python README.md (#2)
12+
- MakeStringArrayInterface and ArrayStringInterface supports nil (#14)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.1.0
1+
VERSION = 0.2.0
22

33
TEMPLATES_DIR = templates
44
TEMPLATES_FILE = $(TEMPLATES_DIR)/templates.go

README.md

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ Join us at [gitter](https://gitter.im/pksunkara/alpaca) if you need any help. Or
1818

1919
## Installation
2020

21-
You can download the binaries (v0.1.0)
21+
You can download the binaries (v0.2.0)
2222

23-
* Architecture i386 [ [linux](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_linux_386.tar.gz?direct) / [darwin](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_darwin_386.zip?direct) / [freebsd](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_freebsd_386.zip?direct) / [openbsd](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_openbsd_386.zip?direct) ]
24-
* Architecture amd64 [ [linux](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_linux_amd64.tar.gz?direct) / [darwin](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_darwin_amd64.zip?direct) / [freebsd](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_freebsd_amd64.zip?direct) / [openbsd](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_openbsd_amd64.zip?direct) ]
25-
* Architecture arm [ [linux](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_linux_arm.tar.gz?direct) / [freebsd](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_freebsd_arm.zip?direct) ]
23+
* Architecture i386 [ [linux](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_linux_386.tar.gz?direct) / [darwin](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_darwin_386.zip?direct) / [freebsd](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_freebsd_386.zip?direct) / [openbsd](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_openbsd_386.zip?direct) ]
24+
* Architecture amd64 [ [linux](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_linux_amd64.tar.gz?direct) / [darwin](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_darwin_amd64.zip?direct) / [freebsd](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_freebsd_amd64.zip?direct) / [openbsd](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_openbsd_amd64.zip?direct) ]
25+
* Architecture arm [ [linux](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_linux_arm.tar.gz?direct) / [freebsd](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_freebsd_arm.zip?direct) ]
2626

27-
Or by using deb packages (v0.1.0)
27+
Or by using deb packages (v0.2.0)
2828

29-
* [i386.deb](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_i386.deb?direct)
30-
* [amd64.deb](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_amd64.deb?direct)
31-
* [armhf.deb](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.1.0_armhf.deb?direct)
29+
* [i386.deb](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_i386.deb?direct)
30+
* [amd64.deb](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_amd64.deb?direct)
31+
* [armhf.deb](https://dl.bintray.com//content/pksunkara/utils/alpaca_0.2.0_armhf.deb?direct)
3232

3333
Or by using golang
3434

@@ -55,6 +55,23 @@ $ alpaca </path/to/dir>
5555

5656
The path here should be a directory with `api.json`, `pkg.json`, `doc.json`
5757

58+
```
59+
Usage:
60+
alpaca [options] <dir>
61+
62+
Application Options:
63+
-v, --version Show version information
64+
65+
Language Options:
66+
--no-php Do not write php library
67+
--no-python Do not write python library
68+
--no-ruby Do not write ruby library
69+
--no-node Do not write node library
70+
71+
Help Options:
72+
-h, --help Show this help message
73+
```
74+
5875
#### pkg.json
5976

6077
All the following fields are required unless mentioned.
@@ -180,6 +197,15 @@ The format `html` is always true.
180197

181198
Supported are `basic`, `header`, `oauth`
182199

200+
### Language Versions
201+
202+
Supported programming language versions are:
203+
204+
* __node__: [ 0.8 / 0.9 / 0.10 / 0.11 ]
205+
* __php__: [ 5.4 / 5.5 ]
206+
* __python__: [ 2.6 / 2.7 / 3.2 / 3.3 ]
207+
* __ruby__: [ 1.8.7 / 1.9.1 / 1.9.2 / 1.9.3 / 2.0.0 / 2.1.0 ]
208+
183209
### Package Managers
184210

185211
* __node__: [https://npmjs.org](https://npmjs.org)

alpaca/alpaca.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
Version = "0.1.0"
10+
Version = "0.2.0"
1111
)
1212

1313
var (

0 commit comments

Comments
 (0)