Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Migrate API v2 (#29)
Browse files Browse the repository at this point in the history
* migrate API v2
- remove uid sub command
- remove print format `icon`
- remove print format `revision `
- remove print format `mime_type `
- deprecated print format `thumb_exists `
- add print format `id`
- add print format `path_lower`
  • Loading branch information
s-aska committed Jul 11, 2016
1 parent 446e6e3 commit e489563
Show file tree
Hide file tree
Showing 11 changed files with 684 additions and 354 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -10,8 +10,11 @@ tool
/dropbox-api-command-*
/.build
/_build_params
/_build
/Build
!Build/
!META.json
!LICENSE
/App-dropboxapi-*
local
cpanfile.snapshot
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -3,4 +3,7 @@ perl:
- 5.12
- 5.14
- 5.16

- 5.18
- 5.20
- 5.22
- 5.24
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for dropbox-api

{{$NEXT}}
- Migration API v2

1.17 Jun 18, 2014
- fix bug `next` => `return`

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013 by Shinichiro Aska <s.aska.org@gmail.com>
Copyright (c) 2016 by Shinichiro Aska <s.aska.org@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 5 additions & 3 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"- Shinichiro Aska"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v0.7.2, CPAN::Meta::Converter version 2.132661",
"generated_by" : "Minilla/v0.7.2, CPAN::Meta::Converter version 2.142690",
"license" : [
"mit"
],
Expand Down Expand Up @@ -47,7 +47,7 @@
"Encode::UTF8Mac" : "0",
"JSON" : "0",
"Path::Class" : "0.26",
"WebService::Dropbox" : "1.17",
"WebService::Dropbox" : "2.04",
"perl" : "5.008001"
}
}
Expand All @@ -64,11 +64,13 @@
"web" : "https://github.com/s-aska/dropbox-api-command"
}
},
"version" : "1.17",
"version" : "2.00",
"x_authority" : "cpan:ASKADNA",
"x_contributors" : [
"Sylvain Filteau <cidsphere@gmail.com>",
"aska <aska@www5009u.sakura.ne.jp>",
"Andrew Childs <lorne@cons.org.nz>",
"aska <aska@linecorp.com>",
"Shinichiro Aska <s.aska.org@gmail.com>"
]
}

0 comments on commit e489563

Please sign in to comment.