Sha256: 8711a50eddffa01ee31df00c899b1c5a524fef6e40049e33635da9ef9e0bccb2

Contents?: true

Size: 577 Bytes

Versions: 6

Compression:

Stored size: 577 Bytes

Contents

<?xml version="1.0" encoding="utf-8" ?>
<!-- The generic AMO API 1.5: Search API result. This result is minimum structure. -->
<!-- url: https://services.addons.mozilla.org/ja/firefox/api/1.5/search/hoge -->
<searchresults total_results="1">
  <addon id="100">
    <name>hoge</name>
    <guid>hoge-ja@example.org</guid>
    <version>10.0</version>
    <install hash="sha256:57d1d245faafe6026b5ac79558b98a82761446c026ed5b0b22304114366f1bb1" os="ALL" size="448"
      >https://addons.mozilla.org/firefox/downloads/file/2000/hoge.xpi?src=api</install>
  </addon>
</searchresults>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
firebrew-0.3.0 spec/fixtures/amo_api/search/single.xml
firebrew-0.2.0 spec/fixtures/amo_api/search/single.xml
firebrew-0.1.3 spec/fixtures/amo_api/search/single.xml
firebrew-0.1.2 spec/fixtures/amo_api/search/single.xml
firebrew-0.1.1 spec/fixtures/amo_api/search/single.xml
firebrew-0.1.0 spec/fixtures/amo_api/search/single.xml