osma / annif

ANNotation Infrastructure using Finna: an automatic subject indexing tool using Finna as corpus
Creative Commons Zero v1.0 Universal
15 stars 1 forks source link

REST-api not working #10

Closed artturimatias closed 7 years ago

artturimatias commented 7 years ago

Service gives response code 200 but no content Tested also here: http://api.annif.org/doc/#!/Automatic32subject32indexing/post_autoindex

osma commented 7 years ago

Server has run out of disk space. Fixing...

We've started a new implementation at https://github.com/NatLibFi/Annif . It will take a while to reach the level of functionality in this prototype though. Eventually the new implementation will supersede this one. You may want to follow development.

osma commented 7 years ago

Should be working now.

artturimatias commented 7 years ago

Works, thanks! BTW: We have Annif now in our Master's thesis online publishing form so that users can choose keywords by themselves (planned to run in production in December). Do you think that this rest api is more or less permanent during development?

osma commented 7 years ago

We will notify you before any major changes. But eventually this REST API will probably go away (since it's really a prototype, not something we expect to maintain in the long term), replaced by the new implementation that has a similar REST API but with more functionality. It has an analyze method which does the same as this API.

You may have to adjust the API endpoint URL and some parameters in your application code. I expect that both APIs will be available in parallel for a while.

artturimatias commented 7 years ago

Ok, good to know.