Read/Write of saved fits now on Sisi!
HOLY BATMAN IT'S HAPPENING! I think... assuming this testing goes well it will happen.
Right now you can go and create a CREST application for SisiĀ and request the scopes for fitting (characterFittingRead and characterFittingWrite). Upon requesting those scopes you can begin having people log into your site/application with those scopes at which point you should have authorization tokens that work for reading and writing saved fits. Here is how you go about using them.
If you follow CREST links from the root to the fittings resource you should go along the path of root -> decode -> character -> fittings.
Doing a GET on the character resource should get you results similar to the following:
{
"totalCount_str": "1",
"items": [
{
"description": "THIS IS A TEST ...
read more