Skip to content

Commit

Permalink
Merge pull request #7 from HBLL-Collection-Development/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jaredhowland authored May 24, 2023
2 parents 2900cc7 + 125e70b commit abd68c7
Show file tree
Hide file tree
Showing 19 changed files with 309 additions and 276 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $results = $affiliationSearch

Example `JSON` response:

```
```json
{
"search-results": {
"opensearch:totalResults": "992",
Expand Down Expand Up @@ -162,7 +162,7 @@ $results = $authorSearch

Example `JSON` response:

```
```json
{
"search-results": {
"opensearch:totalResults": "1",
Expand Down Expand Up @@ -268,7 +268,7 @@ $results = $scopusSearch

Example `JSON` response:

```
```json
{
"search-results": {
"opensearch:totalResults": "432",
Expand Down Expand Up @@ -390,7 +390,7 @@ For example:

Example `JSON` response:

```
```json
{
"abstracts-retrieval-response": {
"coredata": {
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@
"homepage": "https://github.com/hbll-collection-development/scopus-api",
"license": "MIT",
"autoload": {
"psr-0": {
"Scopus": "src"
"psr-4": {
"Scopus\\": "src"
}
},
"authors": [
{
"name": "Jared Howland",
"homepage": "http://jaredhowland.com",
"homepage": "https://www.jaredhowland.com",
"role": "developer"
}
],
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.0"
"guzzlehttp/guzzle": "^7.0",
"symfony/yaml": "^6.2"
}
}
Loading

0 comments on commit abd68c7

Please sign in to comment.