Commit Graph

26 Commits

Author SHA1 Message Date
Jude Nelson
8fecf876e2 use blockstack.lib.client for configuration and pinging the server 2018-04-05 17:39:19 -04:00
Jack Zampolin
8d8f486296 attempt fix at cron issue 2018-01-22 15:18:01 -08:00
Aaron Blankstein
4004761b79 fix api/Dockerfile so that it installs blockstack from workdir. add required variable back into config. clear out imports dependent on removed variables. mount tmpdir in api container so that it spawns correctly on linux. 2018-01-17 11:57:28 -05:00
Jack Zampolin
d6bfd83fc9 Begin to disentangle the api 2018-01-16 14:40:49 -08:00
Aaron Blankstein
c36cc090c7 more caching in core.blockstack 2017-10-19 16:19:33 -04:00
Aaron Blankstein
718efb371c add cache header to the other endpoints 2017-10-16 14:06:32 -04:00
Aaron Blankstein
c878b62c8a /usr/bin/env python -> python2. our code is not python3 friendly, we should specify that 2017-08-17 13:40:01 -04:00
Aaron Blankstein
f4d393622f okay, now the api for core.blockstack.org can be generated from aglio correctly 2017-07-31 14:43:17 -04:00
Aaron Blankstein
5a8d93e125 support cross-domain requests on API 2017-06-22 15:36:47 -04:00
Aaron Blankstein
10deb5ce96 no longer need that quick fix for pagination 2017-04-21 17:12:03 -04:00
Aaron Blankstein
7b4a6b802a Merge branch 'api' into api-aaron 2017-04-21 14:12:40 -04:00
Aaron Blankstein
b3fc7feb84 quick fix to prevent server overloading from namespace calls to high page numbers 2017-04-21 13:49:14 -04:00
Aaron Blankstein
e8344076e1 moving api_v1 back to its original location, and added namespace test to test framework 2017-04-20 10:52:59 -04:00
Aaron Blankstein
432368b5d9 filled out api descriptions with the new public endpoints 2017-04-18 15:52:51 -04:00
Aaron Blankstein
5fd7b1587f more docs touchups 2017-04-17 18:31:21 -04:00
Aaron Blankstein
d98d81c680 Merge branch 'api-aaron-docgen' of github.com:kantai/blockstack-core into api-aaron-docgen 2017-04-17 17:59:45 -04:00
Aaron Blankstein
0eb27a1e99 cache index 2017-04-17 17:40:27 -04:00
Aaron Blankstein
14e4c5d548 first pass at auto-generating docs 2017-04-17 16:29:25 -04:00
Aaron Blankstein
690902193f forwarding params for the default GET forwarder 2017-04-17 16:20:01 -04:00
Aaron Blankstein
1dfb2d8adb switch back to letting the underlying api service deal with forcing paginated /v1/names calls 2017-04-17 15:19:35 -04:00
Aaron Blankstein
42b0fa5f38 limit count size on 'get all names' requests 2017-04-14 12:52:44 -04:00
Aaron Blankstein
58e2af7fe5 fixed /v1/search endpoint -- now it forwards to the searcher blueprint if enabled, or makes request to search.blockstack 2017-04-13 15:29:36 -04:00
Aaron Blankstein
566c2895ce default search endpoint on, update the copyright notices for the test files, add Cache-Control headers if you want to use edge caching 2017-04-12 18:18:16 -04:00
Aaron Blankstein
11bbb64704 cleaned out old tests from api_tests, and integrated resolver and search tests 2017-04-12 15:57:42 -04:00
Muneeb Ali
abb2ce5e00 added resolver support for backwards compatibility 2017-04-09 14:29:05 -04:00
Muneeb Ali
f0b81991bd combined search css/js/templates are other files into a single structure 2017-04-04 18:34:04 -04:00