dagpirb 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +8 -0
- data/LICENSE +21 -0
- data/README.md +65 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/dagpirb.gemspec +29 -0
- data/lib/dagpirb.rb +30 -0
- data/lib/dagpirb/http.rb +54 -0
- data/lib/dagpirb/version.rb +3 -0
- metadata +55 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1164121325f58732259ff18a92adff37a231bd2d601df4d4bad9c60645a95abb
|
4
|
+
data.tar.gz: d86ebc154efbdef3179d1b60590ebfaf5b53f987790d70d8105c83e33f99b9cb
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 953e83364bdc34246e08acf5b51ef050cf7d96682473dcd889b9d3174215d338674aa1d51a2bca5f309afeafe23c6f8cda104d965c6291fdc4487bc49aef8f71
|
7
|
+
data.tar.gz: 076b3bec4c8ba2535ca243e7f782f5d66afb749e32d1b8ea56c071af21f70581e1b5770653d3d305618cc5fb00ff114e4ab320f58003bc56e4dc1dc03883de1c
|
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
+
orientation.
|
11
|
+
|
12
|
+
## Our Standards
|
13
|
+
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
15
|
+
include:
|
16
|
+
|
17
|
+
* Using welcoming and inclusive language
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
19
|
+
* Gracefully accepting constructive criticism
|
20
|
+
* Focusing on what is best for the community
|
21
|
+
* Showing empathy towards other community members
|
22
|
+
|
23
|
+
Examples of unacceptable behavior by participants include:
|
24
|
+
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
+
advances
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
+
* Public or private harassment
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
30
|
+
address, without explicit permission
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
+
professional setting
|
33
|
+
|
34
|
+
## Our Responsibilities
|
35
|
+
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
38
|
+
response to any instances of unacceptable behavior.
|
39
|
+
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
+
threatening, offensive, or harmful.
|
45
|
+
|
46
|
+
## Scope
|
47
|
+
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
+
when an individual is representing the project or its community. Examples of
|
50
|
+
representing a project or community include using an official project e-mail
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
53
|
+
further defined and clarified by project maintainers.
|
54
|
+
|
55
|
+
## Enforcement
|
56
|
+
|
57
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
+
reported by contacting the project team at devhubyt@gmail.com. All
|
59
|
+
complaints will be reviewed and investigated and will result in a response that
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
63
|
+
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
66
|
+
members of the project's leadership.
|
67
|
+
|
68
|
+
## Attribution
|
69
|
+
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
+
available at [https://contributor-covenant.org/version/1/4][version]
|
72
|
+
|
73
|
+
[homepage]: https://contributor-covenant.org
|
74
|
+
[version]: https://contributor-covenant.org/version/1/4/
|
data/Gemfile
ADDED
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2020 mischievousdev
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,65 @@
|
|
1
|
+
# dagpirb
|
2
|
+
|
3
|
+
dagpirbrb is an API wrapper for <a href="https://dagpi.xyz">dagpi</a> written in Ruby.
|
4
|
+
|
5
|
+
## Features
|
6
|
+
|
7
|
+
* 100% API Coverage
|
8
|
+
* Blazing speed
|
9
|
+
|
10
|
+
## Installation
|
11
|
+
|
12
|
+
Add this line to your application's Gemfile:
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
gem 'dagpirbrb'
|
16
|
+
```
|
17
|
+
|
18
|
+
And then execute:
|
19
|
+
|
20
|
+
$ bundle install
|
21
|
+
|
22
|
+
Or install it yourself as:
|
23
|
+
|
24
|
+
$ gem install dagpirb
|
25
|
+
|
26
|
+
## Usage
|
27
|
+
|
28
|
+
Example of requesting a Data API Endpoint:
|
29
|
+
|
30
|
+
```ruby
|
31
|
+
require "dagpirb"
|
32
|
+
|
33
|
+
client = Dagpi::Client.new("yourapitoken")
|
34
|
+
puts client.get_data("wtp")
|
35
|
+
```
|
36
|
+
|
37
|
+
Example of requesting a Image API Endpoint:
|
38
|
+
|
39
|
+
```ruby
|
40
|
+
require "dagpirb"
|
41
|
+
|
42
|
+
client = Dagpi::Client.new("yourapitoken")
|
43
|
+
res = client.get_image("pixel", "https://images.wallpaperscraft.com/image/lion_art_vector_122213_3840x2160.jpg") # return bytes we need to convert it into file.
|
44
|
+
file = File.open('output.png', 'wb') { |file| file.write(res) } # write bytes to file
|
45
|
+
|
46
|
+
```
|
47
|
+
|
48
|
+
## Development
|
49
|
+
|
50
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
51
|
+
|
52
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
53
|
+
|
54
|
+
## Contributing
|
55
|
+
|
56
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/mischievousdev/dagpirb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/mischievousdev/dagpirb/blob/main/CODE_OF_CONDUCT.md).
|
57
|
+
|
58
|
+
|
59
|
+
## License
|
60
|
+
|
61
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
62
|
+
|
63
|
+
## Code of Conduct
|
64
|
+
|
65
|
+
Everyone interacting in the dagpirb project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mischievousdev/dagpirb/blob/main/CODE_OF_CONDUCT.md).
|
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "dagpi"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start(__FILE__)
|
data/bin/setup
ADDED
data/dagpirb.gemspec
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
lib = File.expand_path("lib", __dir__)
|
2
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
3
|
+
require 'dagpi/version'
|
4
|
+
|
5
|
+
readme = File.open('README.md')
|
6
|
+
|
7
|
+
Gem::Specification.new do |spec|
|
8
|
+
spec.name = "dagpirb"
|
9
|
+
spec.version = "0.1.0"
|
10
|
+
spec.authors = ["mischievousdev"]
|
11
|
+
|
12
|
+
spec.summary = "dagpirb is an API Wrapper for dagpi.xyz written in ruby!"
|
13
|
+
spec.description = "Dagpirb is a Simple, powerfull API Wrapper for dagpi.xyz. For more info see: https://github.com/mischievousdev/dagpi.rb/"
|
14
|
+
spec.homepage = "https://github.com/mischievousdev/dagpi.rb/"
|
15
|
+
spec.license = "MIT"
|
16
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
17
|
+
|
18
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
19
|
+
spec.metadata["source_code_uri"] = "https://github.com/mischievousdev/dagpirb/"
|
20
|
+
|
21
|
+
# Specify which files should be added to the gem when it is released.
|
22
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
23
|
+
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
24
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
25
|
+
end
|
26
|
+
spec.bindir = "exe"
|
27
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
28
|
+
spec.require_paths = ["lib"]
|
29
|
+
end
|
data/lib/dagpirb.rb
ADDED
@@ -0,0 +1,30 @@
|
|
1
|
+
require "dagpirb/http"
|
2
|
+
require "dagpirb/version"
|
3
|
+
|
4
|
+
module Dagpi
|
5
|
+
class Client
|
6
|
+
attr_reader :token, :__version__
|
7
|
+
def initialize(token)
|
8
|
+
@token = token
|
9
|
+
@client = Dagpi::HTTPClient.new @token
|
10
|
+
@__version__ = VERSION
|
11
|
+
end
|
12
|
+
|
13
|
+
##
|
14
|
+
# Request data from Data API
|
15
|
+
# @param {String} endpoint: The endpoint to request with
|
16
|
+
# @return {Hash}
|
17
|
+
def get_data(endpoint)
|
18
|
+
@client.get_data(endpoint)
|
19
|
+
end
|
20
|
+
|
21
|
+
##
|
22
|
+
# Request image data from Image API
|
23
|
+
# @param {String} endpoint: The endpoint to request with
|
24
|
+
# @param {String} url: The image url to manipulate
|
25
|
+
# @return {bytes}
|
26
|
+
def get_image(endpoint, url)
|
27
|
+
@client.get_image(endpoint, url)
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
data/lib/dagpirb/http.rb
ADDED
@@ -0,0 +1,54 @@
|
|
1
|
+
require "dagpirb/version"
|
2
|
+
require "json"
|
3
|
+
require "http"
|
4
|
+
|
5
|
+
##
|
6
|
+
# Base Custom Exception class.
|
7
|
+
class APIError < StandardError
|
8
|
+
attr_reader :object
|
9
|
+
def initialize(message, object)
|
10
|
+
super(message)
|
11
|
+
@object = object
|
12
|
+
end
|
13
|
+
end
|
14
|
+
|
15
|
+
module Dagpi
|
16
|
+
##
|
17
|
+
# Custom HTTP Client
|
18
|
+
class HTTPClient
|
19
|
+
attr_reader :token
|
20
|
+
def initialize(token)
|
21
|
+
@token = token
|
22
|
+
end
|
23
|
+
|
24
|
+
##
|
25
|
+
# Method to get data from Data API endpoints.
|
26
|
+
# Returns: Hash
|
27
|
+
def get_data(endpoint)
|
28
|
+
http = HTTP
|
29
|
+
.headers("User-Agent" => "dagpi.rb v#{VERSION}", "Authorization" => @token)
|
30
|
+
req = http.get("https://api.dagpi.xyz/data/#{endpoint}")
|
31
|
+
if req.code == 200
|
32
|
+
JSON.parse(req.body)
|
33
|
+
else
|
34
|
+
parsed = JSON.parse(req.body)
|
35
|
+
raise APIError.new(parsed["message"], req.code)
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
##
|
40
|
+
# Method to get image from Image API endpoints
|
41
|
+
# Returns: bytes
|
42
|
+
def get_image(endpoint, param)
|
43
|
+
http = HTTP
|
44
|
+
.headers("User-Agent" => "dagpi.rb v#{VERSION}", "Authorization" => @token)
|
45
|
+
req = http.get("https://api.dagpi.xyz/image/#{endpoint}/?url=#{param}")
|
46
|
+
if req.code == 200
|
47
|
+
req.body
|
48
|
+
else
|
49
|
+
parsed = JSON.parse(req.body)
|
50
|
+
raise APIError.new(parsed["message"], req.code)
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
metadata
ADDED
@@ -0,0 +1,55 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: dagpirb
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- mischievousdev
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-12-25 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: 'Dagpirb is a Simple, powerfull API Wrapper for dagpi.xyz. For more info
|
14
|
+
see: https://github.com/mischievousdev/dagpi.rb/'
|
15
|
+
email:
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- CODE_OF_CONDUCT.md
|
21
|
+
- Gemfile
|
22
|
+
- LICENSE
|
23
|
+
- README.md
|
24
|
+
- bin/console
|
25
|
+
- bin/setup
|
26
|
+
- dagpirb.gemspec
|
27
|
+
- lib/dagpirb.rb
|
28
|
+
- lib/dagpirb/http.rb
|
29
|
+
- lib/dagpirb/version.rb
|
30
|
+
homepage: https://github.com/mischievousdev/dagpi.rb/
|
31
|
+
licenses:
|
32
|
+
- MIT
|
33
|
+
metadata:
|
34
|
+
homepage_uri: https://github.com/mischievousdev/dagpi.rb/
|
35
|
+
source_code_uri: https://github.com/mischievousdev/dagpirb/
|
36
|
+
post_install_message:
|
37
|
+
rdoc_options: []
|
38
|
+
require_paths:
|
39
|
+
- lib
|
40
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
41
|
+
requirements:
|
42
|
+
- - ">="
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
version: 2.3.0
|
45
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
46
|
+
requirements:
|
47
|
+
- - ">="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '0'
|
50
|
+
requirements: []
|
51
|
+
rubygems_version: 3.1.4
|
52
|
+
signing_key:
|
53
|
+
specification_version: 4
|
54
|
+
summary: dagpirb is an API Wrapper for dagpi.xyz written in ruby!
|
55
|
+
test_files: []
|