POST endpoint contract #91
rishighan
started this conversation in
API Suggestions
Replies: 3 comments 3 replies
Don't have much time for a detailed response to this discussion right now since I've got some work stuff to do, but you can find the models that Metron uses here: https://github.com/bpepple/metron/tree/master/comicsdb/models |
1 reply
|
Hello @bpepple I am bumping this thread to resurrect this conversation again. Are you at a place where this discussion can continue? Even if you have alternative approaches I am willing to discuss. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I am at a point in my UI development, where I have the following model backing the form for editing metadata which:
Note that in the model
jsonbelow, thevalueandlabelkeys are both from Metron.Here's the model, roughly based on the same fields seen in the
Edit Issuepage in Metron:{ "issue_name": "X-O Manowar 032 (2015) (Digital) (Mephisto-Empire)", "issue_number": "32", "issue_year": "2015-02-19T08:00:00.000Z", "page_count": "32", "description": "X-O Manowar goes to war with people that like war and dislike losing.", "distributor_sku": "12132123", "upc_code": "123123", "publisher": { "label": "AfterShock Comics", "value": 10 }, "story_arc": { "label": "A Court of Owls", "value": 177 }, "series": { "label": "1st Issue Special (1975)", "value": 859 }, "credits": [ { "creator": { "label": "A. J. Lieberman", "value": 2916 }, "role": { "label": "Interviewer", "value": 27 } }, { "creator": { "label": "A.J. Fierro", "value": 4392 }, "role": { "label": "Penciller", "value": 3 } } ] }Couple of questions:
fieldnames in Metron? I want to match them in my model, so there is minimal transformation required both on Metron and ThreeTwo's sidePaging @btxgit for his inputs
All reactions