nguyenthanhasia commited on
Commit
ded2aab
·
verified ·
1 Parent(s): 892f7b2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -5
README.md CHANGED
@@ -1,12 +1,32 @@
1
  ---
2
- title: Openalex Api Test
3
- emoji: 🦀
4
- colorFrom: pink
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 5.44.1
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: OpenAlex API Test
3
+ emoji: 🔬
4
+ colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
+ # OpenAlex API Test Space
14
+
15
+ Simple test space to debug OpenAlex API connectivity and search functionality.
16
+
17
+ ## Features
18
+
19
+ - Direct API testing with multiple strategies
20
+ - Different query format testing
21
+ - Connectivity diagnostics
22
+ - Raw JSON response viewing
23
+ - Auto-test on load
24
+
25
+ ## Usage
26
+
27
+ 1. Enter a search query
28
+ 2. Click "Test OpenAlex API"
29
+ 3. View results and diagnostics
30
+
31
+ This space helps debug why OpenAlex API calls might be failing in Hugging Face Spaces environment.
32
+