artemis 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +0,0 @@
1
- class Metaphysics < Artemis::Client
2
- end
@@ -1,24 +0,0 @@
1
- yayoi_kusama:
2
- data:
3
- artist:
4
- name: Yayoi Kusama
5
- birthday: 1929/03/22
6
-
7
- leonardo_da_vinci:
8
- data:
9
- artist:
10
- name: Leonardo da Vinci
11
- birthday: 1452/04/15
12
-
13
- yuki:
14
- data:
15
- artist:
16
- name: Yuki Nishijima
17
- birthday: <%= Date.today.year %>/01/01
18
-
19
- yoshiki:
20
- data:
21
- artist:
22
- id: artist-yoshiki
23
- name: Artist Yoshiki
24
- birthday: null
@@ -1,12 +0,0 @@
1
- {
2
- "the_last_supper": {
3
- "data": {
4
- "artwork": {
5
- "title": "The Last Supper",
6
- "artist": {
7
- "name": "Leonardo da Vinci"
8
- }
9
- }
10
- }
11
- }
12
- }